MVN

org.objectweb.fractal.cecilia.examples : helloworld

Maven & Gradle

Apr 21, 2009

Cecilia Hello World example

<dependency>
    <groupId>org.objectweb.fractal.cecilia.examples</groupId>
    <artifactId>helloworld</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal.cecilia.examples : helloworld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 2.0-beta-2
  • Latest Alpha: 2.0-alpha-5

All Versions

Choose a version of org.objectweb.fractal.cecilia.examples : helloworld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
helloworld-2.1.0
2.0.x
helloworld-2.0.3
helloworld-2.0.2
helloworld-2.0.1
2.0
helloworld-2.0
helloworld-2.0-beta-2
helloworld-2.0-beta-1
helloworld-2.0-alpha-5
helloworld-2.0-alpha-1
1.2.x
helloworld-1.2.1
1.2
helloworld-1.2
1.1
helloworld-1.1
1.0
helloworld-1.0

How to add a dependency to Maven

Add the following org.objectweb.fractal.cecilia.examples : helloworld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.fractal.cecilia.examples</groupId>
    <artifactId>helloworld</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.fractal.cecilia.examples : helloworld gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.cecilia.examples:helloworld:2.1.0'

Gradle Kotlin DSL: Add the following org.objectweb.fractal.cecilia.examples : helloworld gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.fractal.cecilia.examples:helloworld:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.fractal.cecilia.examples : helloworld sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.fractal.cecilia.examples" % "helloworld" % "2.1.0"