is not current version
Last Version 1.1.11

io.github.javaf:hello-world 1.0.3

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

GroupId

GroupId

io.github.javaf
ArtifactId

ArtifactId

hello-world
Version

Version

1.0.3
Type

Type

jar

Download hello-world 1.0.3


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