| License |
License
Apache License, Version 2.0
|
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdde.quantummaid.reflectmaid |
| ArtifactId | ArtifactIdreflectmaid-core |
| Version | Version0.2.14 |
| 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.14.pom | |
| reflectmaid-core-0.2.14.jar | 174 KB |
| reflectmaid-core-0.2.14-sources.jar | 27 KB |
| reflectmaid-core-0.2.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-core/
implementation 'de.quantummaid.reflectmaid:reflectmaid-core:0.2.14'
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-core/
implementation ("de.quantummaid.reflectmaid:reflectmaid-core:0.2.14")
'de.quantummaid.reflectmaid:reflectmaid-core:jar:0.2.14'
<dependency org="de.quantummaid.reflectmaid" name="reflectmaid-core" rev="0.2.14">
<artifact name="reflectmaid-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.reflectmaid', module='reflectmaid-core', version='0.2.14')
)
libraryDependencies += "de.quantummaid.reflectmaid" % "reflectmaid-core" % "0.2.14"
[de.quantummaid.reflectmaid/reflectmaid-core "0.2.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| 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.4.32 |
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.4.32 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.32 |