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