Example Application for maven repo publishing

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

Лицензия

Лицензия

Группа

Группа

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

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

repository
Последняя версия

Последняя версия

2.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Example Application for maven repo publishing
A application used as an example on how to set up pushing its components to the Central Repository.
Система контроля версий

Система контроля версий

https://github.com/swamys123/RepositoryCentral.git

Скачать repository

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.3.1
2.3.0