文件下载
文件名 操作
thoth-core-2.1.9-rc1.jar 下载
thoth-core-2.1.9-rc1.pom 下载
thoth-core-2.1.9-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.maif</groupId>
  <artifactId>thoth-core</artifactId>
  <version>2.1.9-rc1</version>
</dependency>
Gradle Groovy
implementation 'fr.maif:thoth-core:2.1.9-rc1'
Gradle Kotlin
implementation("fr.maif:thoth-core:2.1.9-rc1")
Scala SBT
libraryDependencies += "fr.maif" % "thoth-core" % "2.1.9-rc1"
Groovy Grape
@Grapes(
  @Grab(group='fr.maif', module='thoth-core', version='2.1.9-rc1')
)
Apache Ivy
<dependency org="fr.maif" name="thoth-core" rev="2.1.9-rc1" />
Leiningen
[fr.maif/thoth-core "2.1.9-rc1"]
Apache Buildr
'fr.maif:thoth-core:jar:2.1.9-rc1'