License |
License |
---|---|
GroupId | GroupIdcom.github.chhh |
ArtifactId | ArtifactIdsonatype-ossrh-parent |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsonatype-ossrh-parent
Parent pom to ease deployment to Maven Central
|
Project URL |
Project URL |
Filename | Size |
---|---|
sonatype-ossrh-parent-0.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation 'com.github.chhh:sonatype-ossrh-parent:0.6'
// https://jarcasting.com/artifacts/com.github.chhh/sonatype-ossrh-parent/
implementation ("com.github.chhh:sonatype-ossrh-parent:0.6")
'com.github.chhh:sonatype-ossrh-parent:pom:0.6'
<dependency org="com.github.chhh" name="sonatype-ossrh-parent" rev="0.6">
<artifact name="sonatype-ossrh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chhh', module='sonatype-ossrh-parent', version='0.6')
)
libraryDependencies += "com.github.chhh" % "sonatype-ossrh-parent" % "0.6"
[com.github.chhh/sonatype-ossrh-parent "0.6"]