is not current version
Last Version 1.4

org.ow2.frascati.examples.test:frascati-test 1.3

APIs for testing SCA applications with FraSCAti

GroupId

GroupId

org.ow2.frascati.examples.test
ArtifactId

ArtifactId

frascati-test
Version

Version

1.3
Type

Type

jar

Download frascati-test 1.3


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