| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| repository-2.3.1.pom | |
| repository-2.3.1.jar | 3 KB |
| repository-2.3.1-sources.jar | 1 KB |
| repository-2.3.1-javadoc.jar | 23 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |