License |
License |
---|---|
GroupId | GroupIdcom.github.downgoon |
ArtifactId | ArtifactIdjresty-rest |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionjresty-rest
a tranditional but rapid development RESTful API framework based on Struts2 and Spring
|
Project URL |
Project URL |
Filename | Size |
---|---|
jresty-rest-0.0.1.pom | |
jresty-rest-0.0.1.jar | 59 KB |
jresty-rest-0.0.1-sources.jar | 45 KB |
jresty-rest-0.0.1-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest/ -->
<dependency>
<groupId>com.github.downgoon</groupId>
<artifactId>jresty-rest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest/
implementation 'com.github.downgoon:jresty-rest:0.0.1'
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-rest/
implementation ("com.github.downgoon:jresty-rest:0.0.1")
'com.github.downgoon:jresty-rest:jar:0.0.1'
<dependency org="com.github.downgoon" name="jresty-rest" rev="0.0.1">
<artifact name="jresty-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.downgoon', module='jresty-rest', version='0.0.1')
)
libraryDependencies += "com.github.downgoon" % "jresty-rest" % "0.0.1"
[com.github.downgoon/jresty-rest "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.apache.struts : struts2-core | jar | 2.1.8 |
org.apache.struts : struts2-spring-plugin | jar | 2.1.8 |
org.apache.struts : struts2-config-browser-plugin | jar | 2.1.8 |
net.sf.json-lib : json-lib | jar | 2.2.1 |
com.thoughtworks.xstream : xstream | jar | 1.3.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 |
junit : junit | jar | 4.10 |