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