is not current version
Last Version 0.1.10

com.github.nalim2:hello-world 0.1.9


GroupId

GroupId

com.github.nalim2
ArtifactId

ArtifactId

hello-world
Version

Version

0.1.9
Type

Type

jar

Download hello-world 0.1.9


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