is not current version
Last Version 1.4

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


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

frascati-helloworld-servlet
Version

Version

1.3
Type

Type

jar

Download frascati-helloworld-servlet 1.3


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