не последняя версия
Последняя версия 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.

Группа

Группа

io.github.swamys123
Идентификатор

Идентификатор

repository
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать 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"]