is not current version
Last Version 0.6.5

com.github.sushantmimani:HelloWorld 0.6.3

A demo for deployment to the Central Repository via OSSRH

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.sushantmimani
ArtifactId

ArtifactId

HelloWorld
Version

Version

0.6.3
Type

Type

jar

Download HelloWorld 0.6.3


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