| GroupId | GroupIdfr.inria.corese |
|---|---|
| ArtifactId | ArtifactIdcorese-shell |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| corese-shell-0.9.0.pom | |
| corese-shell-0.9.0.jar | 3 KB |
| corese-shell-0.9.0-sources.jar | 1 KB |
| corese-shell-0.9.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.corese/corese-shell/ -->
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>corese-shell</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.corese/corese-shell/
implementation 'fr.inria.corese:corese-shell:0.9.0'
// https://jarcasting.com/artifacts/fr.inria.corese/corese-shell/
implementation ("fr.inria.corese:corese-shell:0.9.0")
'fr.inria.corese:corese-shell:jar:0.9.0'
<dependency org="fr.inria.corese" name="corese-shell" rev="0.9.0">
<artifact name="corese-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.corese', module='corese-shell', version='0.9.0')
)
libraryDependencies += "fr.inria.corese" % "corese-shell" % "0.9.0"
[fr.inria.corese/corese-shell "0.9.0"]