GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-script |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOW2 FraSCAti Examples: HelloWorld Script
|
Filename | Size |
---|---|
helloworld-script-1.4.pom | |
helloworld-script-1.4.jar | 24 KB |
helloworld-script-1.4-sources.jar | 23 KB |
helloworld-script-1.4-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-script/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-script</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-script/
implementation 'org.ow2.frascati.examples:helloworld-script:1.4'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-script/
implementation ("org.ow2.frascati.examples:helloworld-script:1.4")
'org.ow2.frascati.examples:helloworld-script:jar:1.4'
<dependency org="org.ow2.frascati.examples" name="helloworld-script" rev="1.4">
<artifact name="helloworld-script" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-script', version='1.4')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-script" % "1.4"
[org.ow2.frascati.examples/helloworld-script "1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati : frascati-implementation-script-beanshell | jar | 1.4 |
org.ow2.frascati : frascati-implementation-script-groovy | jar | 1.4 |
org.ow2.frascati : frascati-implementation-script-javascript | jar | 1.4 |
org.ow2.frascati : frascati-implementation-script-jruby | jar | 1.4 |
org.ow2.frascati : frascati-implementation-script-jython | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati : frascati-runtime-factory | jar | 1.4 |
org.ow2.frascati : frascati-explorer-api | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.frascati.examples.test : frascati-test | jar | 1.4 |