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

io.github.javaf:hello-world 1.0.4

A "Hello, World!" in an intorductory computer program that general displays "Hello, World!".

Группа

Группа

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

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

hello-world
Версия

Версия

1.0.4
Тип

Тип

jar

Скачать hello-world 1.0.4


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