Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.fangjinuo.agileway |
ArtifactId | ArtifactIdagileway-jersey |
Version | Version3.1.3 |
Type | Typejar |
Filename | Size |
---|---|
agileway-jersey-3.1.3.pom | |
agileway-jersey-3.1.3.jar | 9 KB |
agileway-jersey-3.1.3-sources.jar | 6 KB |
agileway-jersey-3.1.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jersey/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-jersey</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jersey/
implementation 'com.github.fangjinuo.agileway:agileway-jersey:3.1.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-jersey/
implementation ("com.github.fangjinuo.agileway:agileway-jersey:3.1.3")
'com.github.fangjinuo.agileway:agileway-jersey:jar:3.1.3'
<dependency org="com.github.fangjinuo.agileway" name="agileway-jersey" rev="3.1.3">
<artifact name="agileway-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-jersey', version='3.1.3')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-jersey" % "3.1.3"
[com.github.fangjinuo.agileway/agileway-jersey "3.1.3"]