is not current version
Last Version 2.3.1

io.github.swamys123:repository 2.3.0

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

GroupId

GroupId

io.github.swamys123
ArtifactId

ArtifactId

repository
Version

Version

2.3.0
Type

Type

jar

Download repository 2.3.0


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