| License |
License |
|---|---|
| GroupId | GroupIdorg.objectweb.fractal.fscript |
| ArtifactId | ArtifactIdfscript-console |
| Last Version | Last Version2.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFScript interactive console
A text console to interact with FPath and FScript.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationObjectWeb Consortium |
| Filename | Size |
|---|---|
| fscript-console-2.1.3.pom | |
| fscript-console-2.1.3.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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript-console/
implementation 'org.objectweb.fractal.fscript:fscript-console:2.1.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript-console/
implementation ("org.objectweb.fractal.fscript:fscript-console:2.1.3")
'org.objectweb.fractal.fscript:fscript-console:jar:2.1.3'
<dependency org="org.objectweb.fractal.fscript" name="fscript-console" rev="2.1.3">
<artifact name="fscript-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fscript', module='fscript-console', version='2.1.3')
)
libraryDependencies += "org.objectweb.fractal.fscript" % "fscript-console" % "2.1.3"
[org.objectweb.fractal.fscript/fscript-console "2.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.objectweb.fractal.fscript : fscript | jar | 2.1.3 |
| jline : jline | jar | 0.9.91 |
| com.google.guava : guava | jar | r07 |