| License |
License |
|---|---|
| GroupId | GroupIdio.github.samuelzhaoy |
| ArtifactId | ArtifactIdhelloworld |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExample Jar Libs
A concise description of my library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| helloworld-1.2.0.pom | |
| helloworld-1.2.0.jar | 1 KB |
| helloworld-1.2.0-sources.jar | 709 bytes |
| helloworld-1.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/ -->
<dependency>
<groupId>io.github.samuelzhaoy</groupId>
<artifactId>helloworld</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/
implementation 'io.github.samuelzhaoy:helloworld:1.2.0'
// https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/
implementation ("io.github.samuelzhaoy:helloworld:1.2.0")
'io.github.samuelzhaoy:helloworld:jar:1.2.0'
<dependency org="io.github.samuelzhaoy" name="helloworld" rev="1.2.0">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samuelzhaoy', module='helloworld', version='1.2.0')
)
libraryDependencies += "io.github.samuelzhaoy" % "helloworld" % "1.2.0"
[io.github.samuelzhaoy/helloworld "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0-M1 |