Files download
File Operation
core-uber-0.6.1.jar download
core-uber-0.6.1.pom download
core-uber-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.mais-h.mathsync</groupId>
  <artifactId>core-uber</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'eu.mais-h.mathsync:core-uber:0.6.1'
Gradle Kotlin
implementation("eu.mais-h.mathsync:core-uber:0.6.1")
Scala SBT
libraryDependencies += "eu.mais-h.mathsync" % "core-uber" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.mais-h.mathsync', module='core-uber', version='0.6.1')
)
Apache Ivy
<dependency org="eu.mais-h.mathsync" name="core-uber" rev="0.6.1" />
Leiningen
[eu.mais-h.mathsync/core-uber "0.6.1"]
Apache Buildr
'eu.mais-h.mathsync:core-uber:jar:0.6.1'