h

helloworld-stm8010-parent

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