| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples | 
| ArtifactId | ArtifactIdhelloworld-groovy | 
| Version | Version2.4-alpha-5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| helloworld-groovy-2.4-alpha-5.pom | |
| helloworld-groovy-2.4-alpha-5.jar | 5 KB | 
| helloworld-groovy-2.4-alpha-5-sources.jar | 675 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-groovy/ -->
<dependency>
    <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
    <artifactId>helloworld-groovy</artifactId>
    <version>2.4-alpha-5</version>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-groovy/
implementation 'org.objectweb.fractal.fractaladl.examples:helloworld-groovy:2.4-alpha-5'// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/helloworld-groovy/
implementation ("org.objectweb.fractal.fractaladl.examples:helloworld-groovy:2.4-alpha-5")'org.objectweb.fractal.fractaladl.examples:helloworld-groovy:jar:2.4-alpha-5'<dependency org="org.objectweb.fractal.fractaladl.examples" name="helloworld-groovy" rev="2.4-alpha-5">
  <artifact name="helloworld-groovy" type="jar" />
</dependency>@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='helloworld-groovy', version='2.4-alpha-5')
)libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "helloworld-groovy" % "2.4-alpha-5"[org.objectweb.fractal.fractaladl.examples/helloworld-groovy "2.4-alpha-5"]