License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.quantummaid |
ArtifactId | ArtifactIdcore |
Version | Version1.1.0 |
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 |
---|---|
core-1.1.0.pom | |
core-1.1.0.jar | 12 KB |
core-1.1.0-sources.jar | 9 KB |
core-1.1.0-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.quantummaid/core/ -->
<dependency>
<groupId>de.quantummaid.quantummaid</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/core/
implementation 'de.quantummaid.quantummaid:core:1.1.0'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/core/
implementation ("de.quantummaid.quantummaid:core:1.1.0")
'de.quantummaid.quantummaid:core:jar:1.1.0'
<dependency org="de.quantummaid.quantummaid" name="core" rev="1.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid', module='core', version='1.1.0')
)
libraryDependencies += "de.quantummaid.quantummaid" % "core" % "1.1.0"
[de.quantummaid.quantummaid/core "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar | |
de.quantummaid.httpmaid.integrations : httpmaid-usecases | jar | |
de.quantummaid.injectmaid : core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
org.hamcrest : hamcrest-library | jar | 2.2 |
de.quantummaid.httpmaid.integrations : httpmaid-client | jar | 0.9.143 |
de.quantummaid.mapmaid.integrations : mapmaid-minimal-json | jar |