is not current version
Last Version 1.4

org.ow2.frascati.examples:helloworld-annotations 1.0


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

helloworld-annotations
Version

Version

1.0
Type

Type

jar

Download helloworld-annotations 1.0


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