License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.reflectmaid |
ArtifactId | ArtifactIdintegrations-parent |
Last Version | Last Version0.2.18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis 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 |
---|---|
integrations-parent-0.2.18.pom | 917 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/integrations-parent/ -->
<dependency>
<groupId>de.quantummaid.reflectmaid</groupId>
<artifactId>integrations-parent</artifactId>
<version>0.2.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/integrations-parent/
implementation 'de.quantummaid.reflectmaid:integrations-parent:0.2.18'
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/integrations-parent/
implementation ("de.quantummaid.reflectmaid:integrations-parent:0.2.18")
'de.quantummaid.reflectmaid:integrations-parent:pom:0.2.18'
<dependency org="de.quantummaid.reflectmaid" name="integrations-parent" rev="0.2.18">
<artifact name="integrations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.reflectmaid', module='integrations-parent', version='0.2.18')
)
libraryDependencies += "de.quantummaid.reflectmaid" % "integrations-parent" % "0.2.18"
[de.quantummaid.reflectmaid/integrations-parent "0.2.18"]