Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcd.connect.servlet |
ArtifactId | ArtifactIdservlet-spring-jersey |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cd.connect.servlet/servlet-spring-jersey/ -->
<dependency>
<groupId>cd.connect.servlet</groupId>
<artifactId>servlet-spring-jersey</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.servlet/servlet-spring-jersey/
implementation 'cd.connect.servlet:servlet-spring-jersey:1.2'
// https://jarcasting.com/artifacts/cd.connect.servlet/servlet-spring-jersey/
implementation ("cd.connect.servlet:servlet-spring-jersey:1.2")
'cd.connect.servlet:servlet-spring-jersey:jar:1.2'
<dependency org="cd.connect.servlet" name="servlet-spring-jersey" rev="1.2">
<artifact name="servlet-spring-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.servlet', module='servlet-spring-jersey', version='1.2')
)
libraryDependencies += "cd.connect.servlet" % "servlet-spring-jersey" % "1.2"
[cd.connect.servlet/servlet-spring-jersey "1.2"]