не последняя версия
Последняя версия 0.1.10

com.github.nalim2:hello-world 0.1.7


Группа

Группа

com.github.nalim2
Идентификатор

Идентификатор

hello-world
Версия

Версия

0.1.7
Тип

Тип

jar

Скачать hello-world 0.1.7


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