Instructions on how to download the library artifact of the smartics Enforcer Rules for Maven.

Audience
Level of Experience
Tags
Type

Description

The artifact is available from the Maven Central Repository.

This howto explains the options on how to access the JAR archive.

Maven

The library can be integrated into a Maven build process of Java projects easily.

Dependency

If you want to integrate this library into your Maven project, use the following coordinates:

de.smartics.rules:smartics-enforcer-rules:1.0.2
<dependency>
  <groupId>de.smartics.rules</groupId>
  <artifactId>smartics-enforcer-rules</artifactId>
  <version>1.0.2</version>
</dependency>

Download

The library may also be downloaded directly from the artifact repository:

  • No labels