Example Jar Libs

A concise description of my library

License

License

GroupId

GroupId

io.github.samuelzhaoy
ArtifactId

ArtifactId

helloworld
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Example Jar Libs
A concise description of my library
Project URL

Project URL

https://github.com/SamuelZhaoY/OSSRH-73739
Source Code Management

Source Code Management

https://github.com/SamuelZhaoY/OSSRH-73739

Download helloworld

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.3