is not current version
Last Version 1.4

org.ow2.frascati.examples:helloworld-spring 1.3


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

helloworld-spring
Version

Version

1.3
Type

Type

jar

Download helloworld-spring 1.3


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