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