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