is not current version
Last Version 0.6

com.github.chhh:sonatype-ossrh-parent 0.5

Parent pom to ease deployment to Maven Central

GroupId

GroupId

com.github.chhh
ArtifactId

ArtifactId

sonatype-ossrh-parent
Version

Version

0.5
Type

Type

pom

Download sonatype-ossrh-parent 0.5


<!-- https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/ -->
<dependency>
    <groupId>com.github.chhh</groupId>
    <artifactId>sonatype-ossrh-parent</artifactId>
    <version>0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation 'com.github.chhh:sonatype-ossrh-parent:0.5'
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation ("com.github.chhh:sonatype-ossrh-parent:0.5")
'com.github.chhh:sonatype-ossrh-parent:pom:0.5'
<dependency org="com.github.chhh" name="sonatype-ossrh-parent" rev="0.5">
  <artifact name="sonatype-ossrh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhh', module='sonatype-ossrh-parent', version='0.5')
)
libraryDependencies += "com.github.chhh" % "sonatype-ossrh-parent" % "0.5"
[com.github.chhh/sonatype-ossrh-parent "0.5"]