| Categories |
CategoriesGUI User Interface |
|---|---|
| GroupId | GroupIdfr.inria.corese |
| ArtifactId | ArtifactIdcorese-gui |
| Version | Version4.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| corese-gui-4.0.1.pom | |
| corese-gui-4.0.1.jar | 129 KB |
| corese-gui-4.0.1-sources.jar | 67 KB |
| corese-gui-4.0.1-javadoc.jar | 509 KB |
| corese-gui-4.0.1-jar-with-dependencies.jar | 40 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.corese/corese-gui/ -->
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>corese-gui</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.corese/corese-gui/
implementation 'fr.inria.corese:corese-gui:4.0.1'
// https://jarcasting.com/artifacts/fr.inria.corese/corese-gui/
implementation ("fr.inria.corese:corese-gui:4.0.1")
'fr.inria.corese:corese-gui:jar:4.0.1'
<dependency org="fr.inria.corese" name="corese-gui" rev="4.0.1">
<artifact name="corese-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.corese', module='corese-gui', version='4.0.1')
)
libraryDependencies += "fr.inria.corese" % "corese-gui" % "4.0.1"
[fr.inria.corese/corese-gui "4.0.1"]