GroupId | GroupIdfr.inria.corese |
---|---|
ArtifactId | ArtifactIdcompiler |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
compiler-4.0.1.pom | |
compiler-4.0.1.jar | 150 KB |
compiler-4.0.1-sources.jar | 84 KB |
compiler-4.0.1-javadoc.jar | 637 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.corese/compiler/ -->
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>compiler</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.corese/compiler/
implementation 'fr.inria.corese:compiler:4.0.1'
// https://jarcasting.com/artifacts/fr.inria.corese/compiler/
implementation ("fr.inria.corese:compiler:4.0.1")
'fr.inria.corese:compiler:jar:4.0.1'
<dependency org="fr.inria.corese" name="compiler" rev="4.0.1">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.corese', module='compiler', version='4.0.1')
)
libraryDependencies += "fr.inria.corese" % "compiler" % "4.0.1"
[fr.inria.corese/compiler "4.0.1"]