License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.reflectmaid |
ArtifactId | ArtifactIdreflectmaid-parent |
Last Version | Last Version0.2.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflectMaid
This parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable
the enforcement of java standards like library blacklisting, code style rules, and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
reflectmaid-parent-0.2.18.pom | |
reflectmaid-parent-0.2.18.jar | 34 KB |
reflectmaid-parent-0.2.18-sources.jar | 23 KB |
reflectmaid-parent-0.2.18-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-parent/ -->
<dependency>
<groupId>de.quantummaid.reflectmaid</groupId>
<artifactId>reflectmaid-parent</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-parent/
implementation 'de.quantummaid.reflectmaid:reflectmaid-parent:0.2.18'
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-parent/
implementation ("de.quantummaid.reflectmaid:reflectmaid-parent:0.2.18")
'de.quantummaid.reflectmaid:reflectmaid-parent:jar:0.2.18'
<dependency org="de.quantummaid.reflectmaid" name="reflectmaid-parent" rev="0.2.18">
<artifact name="reflectmaid-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.reflectmaid', module='reflectmaid-parent', version='0.2.18')
)
libraryDependencies += "de.quantummaid.reflectmaid" % "reflectmaid-parent" % "0.2.18"
[de.quantummaid.reflectmaid/reflectmaid-parent "0.2.18"]