is not current version
Last Version 1.2.0

Example Application 1.1.0

A application used as an example on how to set up pushing its components to the Central Repository.

License

License

GroupId

GroupId

io.github.samuelzhaoy
ArtifactId

ArtifactId

helloworld
Version

Version

1.1.0
Type

Type

jar
Description

Description

Example Application
A application used as an example on how to set up pushing its components to the Central Repository.
Project URL

Project URL

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

Source Code Management

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

Download helloworld 1.1.0


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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.