| License |
License |
|---|---|
| GroupId | GroupIdio.github.javaf |
| ArtifactId | ArtifactIdhello-world |
| Last Version | Last Version1.1.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhello-world
A "Hello, World!" is an introductory computer program.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hello-world-1.1.11.pom | |
| hello-world-1.1.11.jar | 3 KB |
| hello-world-1.1.11-sources.jar | 2 KB |
| hello-world-1.1.11-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.javaf/hello-world/ -->
<dependency>
<groupId>io.github.javaf</groupId>
<artifactId>hello-world</artifactId>
<version>1.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.javaf/hello-world/
implementation 'io.github.javaf:hello-world:1.1.11'
// https://jarcasting.com/artifacts/io.github.javaf/hello-world/
implementation ("io.github.javaf:hello-world:1.1.11")
'io.github.javaf:hello-world:jar:1.1.11'
<dependency org="io.github.javaf" name="hello-world" rev="1.1.11">
<artifact name="hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.javaf', module='hello-world', version='1.1.11')
)
libraryDependencies += "io.github.javaf" % "hello-world" % "1.1.11"
[io.github.javaf/hello-world "1.1.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |