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