This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdde.richtercloud |
ArtifactId | ArtifactIdjhbuild-java-wrapper |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjhbuild-java-wrapper
This is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
Filename | Size |
---|---|
jhbuild-java-wrapper-1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/jhbuild-java-wrapper/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>jhbuild-java-wrapper</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/jhbuild-java-wrapper/
implementation 'de.richtercloud:jhbuild-java-wrapper:1.5'
// https://jarcasting.com/artifacts/de.richtercloud/jhbuild-java-wrapper/
implementation ("de.richtercloud:jhbuild-java-wrapper:1.5")
'de.richtercloud:jhbuild-java-wrapper:pom:1.5'
<dependency org="de.richtercloud" name="jhbuild-java-wrapper" rev="1.5">
<artifact name="jhbuild-java-wrapper" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='jhbuild-java-wrapper', version='1.5')
)
libraryDependencies += "de.richtercloud" % "jhbuild-java-wrapper" % "1.5"
[de.richtercloud/jhbuild-java-wrapper "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.2 |
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.