is not current version
Last Version 2.1.3

org.objectweb.fractal.fscript:fscript 2.1.0

FScript is a scripting language dedicated to Fractal components architectural reconfigurations. It also includes FPath, a notation inspired by XPath which makes it easy to navigate inside Fractal architectures to discover its structure or find elements (components or interfaces) which match certain criterion.

GroupId

GroupId

org.objectweb.fractal.fscript
ArtifactId

ArtifactId

fscript
Version

Version

2.1.0
Type

Type

jar

Download fscript 2.1.0


<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/ -->
<dependency>
    <groupId>org.objectweb.fractal.fscript</groupId>
    <artifactId>fscript</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/
implementation 'org.objectweb.fractal.fscript:fscript:2.1.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/
implementation ("org.objectweb.fractal.fscript:fscript:2.1.0")
'org.objectweb.fractal.fscript:fscript:jar:2.1.0'
<dependency org="org.objectweb.fractal.fscript" name="fscript" rev="2.1.0">
  <artifact name="fscript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fscript', module='fscript', version='2.1.0')
)
libraryDependencies += "org.objectweb.fractal.fscript" % "fscript" % "2.1.0"
[org.objectweb.fractal.fscript/fscript "2.1.0"]