| License |
License |
|---|---|
| GroupId | GroupIdde.pfabulist |
| ArtifactId | ArtifactIdopencage-parent |
| Last Version | Last Version3.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionopencage-parent
A parent pom with java 8, jacoco, java source, java doc, strict dependency rules, gpg signing, code
quality checks (pmd, findbugs)
|
| Filename | Size |
|---|---|
| opencage-parent-3.2.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist/opencage-parent/ -->
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>opencage-parent</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/opencage-parent/
implementation 'de.pfabulist:opencage-parent:3.2'
// https://jarcasting.com/artifacts/de.pfabulist/opencage-parent/
implementation ("de.pfabulist:opencage-parent:3.2")
'de.pfabulist:opencage-parent:pom:3.2'
<dependency org="de.pfabulist" name="opencage-parent" rev="3.2">
<artifact name="opencage-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='opencage-parent', version='3.2')
)
libraryDependencies += "de.pfabulist" % "opencage-parent" % "3.2"
[de.pfabulist/opencage-parent "3.2"]