License |
License |
---|---|
Categories |
CategoriesScala Languages Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.contribs |
ArtifactId | ArtifactIdscala |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionScala modules
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scala-1.19.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs/scala/ -->
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>scala</artifactId>
<version>1.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/scala/
implementation 'com.sun.jersey.contribs:scala:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/scala/
implementation ("com.sun.jersey.contribs:scala:1.19.4")
'com.sun.jersey.contribs:scala:pom:1.19.4'
<dependency org="com.sun.jersey.contribs" name="scala" rev="1.19.4">
<artifact name="scala" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs', module='scala', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.contribs" % "scala" % "1.19.4"
[com.sun.jersey.contribs/scala "1.19.4"]