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

io.github.together.modules:core 1.1.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
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать core 1.1.0


<!-- 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"]