Categories |
CategoriesScala Languages Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdscala-helloworld-webapp |
Version | Version1.17.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/scala-helloworld-webapp/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>scala-helloworld-webapp</artifactId>
<version>1.17.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/scala-helloworld-webapp/
implementation 'com.sun.jersey.samples:scala-helloworld-webapp:1.17.1'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/scala-helloworld-webapp/
implementation ("com.sun.jersey.samples:scala-helloworld-webapp:1.17.1")
'com.sun.jersey.samples:scala-helloworld-webapp:war:1.17.1'
<dependency org="com.sun.jersey.samples" name="scala-helloworld-webapp" rev="1.17.1">
<artifact name="scala-helloworld-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='scala-helloworld-webapp', version='1.17.1')
)
libraryDependencies += "com.sun.jersey.samples" % "scala-helloworld-webapp" % "1.17.1"
[com.sun.jersey.samples/scala-helloworld-webapp "1.17.1"]