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