License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.quantummaid.packagings |
ArtifactId | ArtifactIdquantummaid-essentials |
Last Version | Last Version1.1.1 |
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 |
---|---|
quantummaid-essentials-1.1.1.pom | |
quantummaid-essentials-1.1.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/quantummaid-essentials/ -->
<dependency>
<groupId>de.quantummaid.quantummaid.packagings</groupId>
<artifactId>quantummaid-essentials</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/quantummaid-essentials/
implementation 'de.quantummaid.quantummaid.packagings:quantummaid-essentials:1.1.1'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/quantummaid-essentials/
implementation ("de.quantummaid.quantummaid.packagings:quantummaid-essentials:1.1.1")
'de.quantummaid.quantummaid.packagings:quantummaid-essentials:jar:1.1.1'
<dependency org="de.quantummaid.quantummaid.packagings" name="quantummaid-essentials" rev="1.1.1">
<artifact name="quantummaid-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid.packagings', module='quantummaid-essentials', version='1.1.1')
)
libraryDependencies += "de.quantummaid.quantummaid.packagings" % "quantummaid-essentials" % "1.1.1"
[de.quantummaid.quantummaid.packagings/quantummaid-essentials "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.quantummaid : core | jar | |
de.quantummaid.mapmaid.integrations : mapmaid-minimal-json | jar |