version
A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.kyori |
| Идентификатор | Идентификаторversion |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеversion
A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| version-1.0.0.pom | |
| version-1.0.0.jar | 17 KB |
| version-1.0.0-sources.jar | 16 KB |
| version-1.0.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.kyori/version/ -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>version</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kyori/version/
implementation 'net.kyori:version:1.0.0'
// https://jarcasting.com/artifacts/net.kyori/version/
implementation ("net.kyori:version:1.0.0")
'net.kyori:version:jar:1.0.0'
<dependency org="net.kyori" name="version" rev="1.0.0">
<artifact name="version" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kyori', module='version', version='1.0.0')
)
libraryDependencies += "net.kyori" % "version" % "1.0.0"
[net.kyori/version "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A split of the versioning package of the maven-artifact project, with minor changes to not require other maven components.