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