Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.sushantmimani |
ArtifactId | ArtifactIdHelloWorld |
Version | Version0.2.12 |
Type | Typejar |
Filename | Size |
---|---|
HelloWorld-0.2.12.pom | |
HelloWorld-0.2.12.jar | 3 KB |
HelloWorld-0.2.12-sources.jar | 2 KB |
HelloWorld-0.2.12-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/ -->
<dependency>
<groupId>com.github.sushantmimani</groupId>
<artifactId>HelloWorld</artifactId>
<version>0.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/
implementation 'com.github.sushantmimani:HelloWorld:0.2.12'
// https://jarcasting.com/artifacts/com.github.sushantmimani/HelloWorld/
implementation ("com.github.sushantmimani:HelloWorld:0.2.12")
'com.github.sushantmimani:HelloWorld:jar:0.2.12'
<dependency org="com.github.sushantmimani" name="HelloWorld" rev="0.2.12">
<artifact name="HelloWorld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sushantmimani', module='HelloWorld', version='0.2.12')
)
libraryDependencies += "com.github.sushantmimani" % "HelloWorld" % "0.2.12"
[com.github.sushantmimani/HelloWorld "0.2.12"]