is not current version
Last Version 0.6

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

Parent pom to ease deployment to Maven Central

GroupId

GroupId

com.github.chhh
ArtifactId

ArtifactId

sonatype-ossrh-parent
Version

Version

0.4
Type

Type

pom

Download sonatype-ossrh-parent 0.4


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