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