| GroupId | GroupIdorg.objectweb.fractal.juliac.petals |
|---|---|
| ArtifactId | ArtifactIdjuliac-petals-runtime |
| Version | Version2.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| juliac-petals-runtime-2.2.5.pom | |
| juliac-petals-runtime-2.2.5.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.petals/juliac-petals-runtime/ -->
<dependency>
<groupId>org.objectweb.fractal.juliac.petals</groupId>
<artifactId>juliac-petals-runtime</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.petals/juliac-petals-runtime/
implementation 'org.objectweb.fractal.juliac.petals:juliac-petals-runtime:2.2.5'
// https://jarcasting.com/artifacts/org.objectweb.fractal.juliac.petals/juliac-petals-runtime/
implementation ("org.objectweb.fractal.juliac.petals:juliac-petals-runtime:2.2.5")
'org.objectweb.fractal.juliac.petals:juliac-petals-runtime:jar:2.2.5'
<dependency org="org.objectweb.fractal.juliac.petals" name="juliac-petals-runtime" rev="2.2.5">
<artifact name="juliac-petals-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.juliac.petals', module='juliac-petals-runtime', version='2.2.5')
)
libraryDependencies += "org.objectweb.fractal.juliac.petals" % "juliac-petals-runtime" % "2.2.5"
[org.objectweb.fractal.juliac.petals/juliac-petals-runtime "2.2.5"]