is not current version
Last Version 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.

GroupId

GroupId

io.github.together.modules
ArtifactId

ArtifactId

core
Version

Version

2.0
Type

Type

jar

Download core 2.0


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