Download
Instructions on how to download the library artifact of the smartics Enforcer Rules for Maven.
The artifact is available from the Maven Central Repository.
This howto explains the options on how to access the JAR archive.
The library can be integrated into a Maven build process of Java projects easily.
If you want to integrate this library into your Maven project, use the following coordinates:
<dependency> <groupId>de.smartics.rules</groupId> <artifactId>smartics-enforcer-rules</artifactId> <version>1.0.2</version> </dependency>
The library may also be downloaded directly from the artifact repository:
de.smartics.rules:smartics-enforcer-rules:1.0.2