| Группа | Группаio.github.together.modules |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-1.1.0.pom | |
| core-1.1.0.jar | 94 KB |
| core-1.1.0-sources.jar | 79 KB |
| core-1.1.0-javadoc.jar | 325 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.together.modules/core/ -->
<dependency>
<groupId>io.github.together.modules</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation 'io.github.together.modules:core:1.1.0'
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation ("io.github.together.modules:core:1.1.0")
'io.github.together.modules:core:jar:1.1.0'
<dependency org="io.github.together.modules" name="core" rev="1.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.together.modules', module='core', version='1.1.0')
)
libraryDependencies += "io.github.together.modules" % "core" % "1.1.0"
[io.github.together.modules/core "1.1.0"]