не последняя версия
Последняя версия 2.2.0

io.github.together.modules:core 2.0

The CORE Artifact contains typical basic functions for Java Applications. The Module is elaborated as library and packed as JAR file. It is possible to use this Artifact in Java EE and Java SE (Desktop) Applications. The implementation of these library has the goal, to create an useful and compact toolbox.

Группа

Группа

io.github.together.modules
Идентификатор

Идентификатор

core
Версия

Версия

2.0
Тип

Тип

jar

Скачать core 2.0

Имя Файла Размер
core-2.0.pom
core-2.0.jar 108 KB
core-2.0-sources.jar 87 KB
core-2.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation 'io.github.together.modules:core:2.0'
// https://jarcasting.com/artifacts/io.github.together.modules/core/
implementation ("io.github.together.modules:core:2.0")
'io.github.together.modules:core:jar:2.0'
<dependency org="io.github.together.modules" name="core" rev="2.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.together.modules', module='core', version='2.0')
)
libraryDependencies += "io.github.together.modules" % "core" % "2.0"
[io.github.together.modules/core "2.0"]