| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.together |
| Идентификатор | Идентификаторlibraries |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Описание |
Описаниеtogether Platform - libraries
Reactor POM: Collection of all Libraries.
|
| Имя Файла | Размер |
|---|---|
| libraries-1.1.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.together/libraries/ -->
<dependency>
<groupId>io.github.together</groupId>
<artifactId>libraries</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.together/libraries/
implementation 'io.github.together:libraries:1.1.0'
// https://jarcasting.com/artifacts/io.github.together/libraries/
implementation ("io.github.together:libraries:1.1.0")
'io.github.together:libraries:pom:1.1.0'
<dependency org="io.github.together" name="libraries" rev="1.1.0">
<artifact name="libraries" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.together', module='libraries', version='1.1.0')
)
libraryDependencies += "io.github.together" % "libraries" % "1.1.0"
[io.github.together/libraries "1.1.0"]