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

io.github.javaf:hello-world 0.0.0

I have a question for you.

Группа

Группа

io.github.javaf
Идентификатор

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

hello-world
Версия

Версия

0.0.0
Тип

Тип

jar

Скачать hello-world 0.0.0


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