is not current version
Last Version 1.4

org.ow2.frascati.examples:helloworld-property 1.1.1

Test the initialization of an SCA property with FraSCAti

GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

helloworld-property
Version

Version

1.1.1
Type

Type

jar

Download helloworld-property 1.1.1


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