License |
License |
---|---|
GroupId | GroupIdorg.objectweb.fractal.fscript |
ArtifactId | ArtifactIdfscript |
Last Version | Last Version2.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFScript implementation
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
fscript-2.1.3.pom | |
fscript-2.1.3.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/ -->
<dependency>
<groupId>org.objectweb.fractal.fscript</groupId>
<artifactId>fscript</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/
implementation 'org.objectweb.fractal.fscript:fscript:2.1.3'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fscript/fscript/
implementation ("org.objectweb.fractal.fscript:fscript:2.1.3")
'org.objectweb.fractal.fscript:fscript:jar:2.1.3'
<dependency org="org.objectweb.fractal.fscript" name="fscript" rev="2.1.3">
<artifact name="fscript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fscript', module='fscript', version='2.1.3')
)
libraryDependencies += "org.objectweb.fractal.fscript" % "fscript" % "2.1.3"
[org.objectweb.fractal.fscript/fscript "2.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.objectweb.fractal : fractal-api | jar | 2.0.2 |
org.objectweb.fractal.fractaladl : fractal-adl | jar | 2.3.1 |
org.objectweb.fractal : fractal-util | jar | 1.1.2 |
org.objectweb.fractal.fractalrmi : fractal-rmi | jar | 0.3.5 |
javax.transaction : jta | jar | 1.1 |
net.jcip : jcip-annotations | jar | 1.0 |
org.antlr : antlr-runtime | jar | 3.2 |
org.objectweb.monolog : monolog | jar | 1.8 |
com.google.guava : guava | jar | r07 |
javax.script » script-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.objectweb.fractal.julia : julia-runtime | jar | 2.5.2 |
org.objectweb.fractal.julia : julia-asm | jar | 2.5.2 |
org.objectweb.fractal.julia : julia-mixins | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.6 |
org.objectweb.fractal.fractaladl.examples : helloworld | jar | 2.3.1 |
org.objectweb.fractal.fractaladl.examples : comanche | jar | 2.3.1 |