License |
License |
---|---|
GroupId | GroupIdcom.github.downgoon |
ArtifactId | ArtifactIdjresty-rest-example |
Version | Version0.0.1 |
Type | Typewar |
Description |
Descriptionjresty-rest-example
a tranditional but rapid development RESTful API framework based on Struts2 and Spring
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest-example/ -->
<dependency>
<groupId>com.github.downgoon</groupId>
<artifactId>jresty-rest-example</artifactId>
<version>0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest-example/
implementation 'com.github.downgoon:jresty-rest-example:0.0.1'
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest-example/
implementation ("com.github.downgoon:jresty-rest-example:0.0.1")
'com.github.downgoon:jresty-rest-example:war:0.0.1'
<dependency org="com.github.downgoon" name="jresty-rest-example" rev="0.0.1">
<artifact name="jresty-rest-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.downgoon', module='jresty-rest-example', version='0.0.1')
)
libraryDependencies += "com.github.downgoon" % "jresty-rest-example" % "0.0.1"
[com.github.downgoon/jresty-rest-example "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.downgoon : jresty-rest | jar | 0.0.1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.struts : struts2-junit-plugin | jar | 2.1.8 |
org.eclipse.jetty : jetty-server | jar | 7.2.0.v20101020 |
org.eclipse.jetty : jetty-servlet | jar | 7.2.0.v20101020 |
org.eclipse.jetty : jetty-webapp | jar | 7.2.0.v20101020 |
org.eclipse.jetty : jetty-jsp-2.1 | jar | 7.2.0.v20101020 |
org.mortbay.jetty : jsp-2.1-glassfish | jar | 2.1.v20100127 |
junit : junit | jar | 4.10 |