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