Files download
File Operation
helloworld-stm8010-avdec-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.think.helloworld-targets</groupId>
  <artifactId>helloworld-stm8010-avdec</artifactId>
  <version>1.0</version>
  <type>cecilia-application</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.think.helloworld-targets:helloworld-stm8010-avdec:1.0'
Gradle Kotlin
implementation("org.objectweb.think.helloworld-targets:helloworld-stm8010-avdec:1.0")
Scala SBT
libraryDependencies += "org.objectweb.think.helloworld-targets" % "helloworld-stm8010-avdec" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.think.helloworld-targets', module='helloworld-stm8010-avdec', version='1.0')
)
Apache Ivy
<dependency org="org.objectweb.think.helloworld-targets" name="helloworld-stm8010-avdec" rev="1.0" />
Leiningen
[org.objectweb.think.helloworld-targets/helloworld-stm8010-avdec "1.0"]
Apache Buildr
'org.objectweb.think.helloworld-targets:helloworld-stm8010-avdec:jar:1.0'