c

core

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.
Files download
File Operation
core-1.1.0.jar download
core-1.1.0.pom download
core-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.together.modules</groupId>
  <artifactId>core</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.together.modules:core:1.1.0'
Gradle Kotlin
implementation("io.github.together.modules:core:1.1.0")
Scala SBT
libraryDependencies += "io.github.together.modules" % "core" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.together.modules', module='core', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.together.modules" name="core" rev="1.1.0" />
Leiningen
[io.github.together.modules/core "1.1.0"]
Apache Buildr
'io.github.together.modules:core:jar:1.1.0'