is not current version
Last Version 0.0.12

com.github.harshad5498:hello-maven-central 0.0.11

demo java project for releasing on maven central

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.harshad5498
ArtifactId

ArtifactId

hello-maven-central
Version

Version

0.0.11
Type

Type

jar

Download hello-maven-central 0.0.11


<!-- https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/ -->
<dependency>
    <groupId>com.github.harshad5498</groupId>
    <artifactId>hello-maven-central</artifactId>
    <version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/
implementation 'com.github.harshad5498:hello-maven-central:0.0.11'
// https://jarcasting.com/artifacts/com.github.harshad5498/hello-maven-central/
implementation ("com.github.harshad5498:hello-maven-central:0.0.11")
'com.github.harshad5498:hello-maven-central:jar:0.0.11'
<dependency org="com.github.harshad5498" name="hello-maven-central" rev="0.0.11">
  <artifact name="hello-maven-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harshad5498', module='hello-maven-central', version='0.0.11')
)
libraryDependencies += "com.github.harshad5498" % "hello-maven-central" % "0.0.11"
[com.github.harshad5498/hello-maven-central "0.0.11"]