GroupId | GroupIdcom.github.chhh |
---|---|
ArtifactId | ArtifactIdsonatype-ossrh-parent |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
sonatype-ossrh-parent-0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/ -->
<dependency>
<groupId>com.github.chhh</groupId>
<artifactId>sonatype-ossrh-parent</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation 'com.github.chhh:sonatype-ossrh-parent:0.2'
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation ("com.github.chhh:sonatype-ossrh-parent:0.2")
'com.github.chhh:sonatype-ossrh-parent:pom:0.2'
<dependency org="com.github.chhh" name="sonatype-ossrh-parent" rev="0.2">
<artifact name="sonatype-ossrh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhh', module='sonatype-ossrh-parent', version='0.2')
)
libraryDependencies += "com.github.chhh" % "sonatype-ossrh-parent" % "0.2"
[com.github.chhh/sonatype-ossrh-parent "0.2"]