c

core

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