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