License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.reflectmaid |
ArtifactId | ArtifactIdreflectmaid-core |
Last Version | Last Version0.2.18 |
Release Date | Release Date |
Type | Typejar |
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 |
---|---|
reflectmaid-core-0.2.18.pom | |
reflectmaid-core-0.2.18.jar | 173 KB |
reflectmaid-core-0.2.18-sources.jar | 27 KB |
reflectmaid-core-0.2.18-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-core/ -->
<dependency>
<groupId>de.quantummaid.reflectmaid</groupId>
<artifactId>reflectmaid-core</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-core/
implementation 'de.quantummaid.reflectmaid:reflectmaid-core:0.2.18'
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-core/
implementation ("de.quantummaid.reflectmaid:reflectmaid-core:0.2.18")
'de.quantummaid.reflectmaid:reflectmaid-core:jar:0.2.18'
<dependency org="de.quantummaid.reflectmaid" name="reflectmaid-core" rev="0.2.18">
<artifact name="reflectmaid-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.reflectmaid', module='reflectmaid-core', version='0.2.18')
)
libraryDependencies += "de.quantummaid.reflectmaid" % "reflectmaid-core" % "0.2.18"
[de.quantummaid.reflectmaid/reflectmaid-core "0.2.18"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.hamcrest : hamcrest-library | jar | 2.2 |
org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |