License |
License |
---|---|
GroupId | GroupIdcom.github.downgoon |
ArtifactId | ArtifactIdjresty-commons |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionjresty-commons
a tranditional but rapid development RESTful API framework based on Struts2 and Spring
|
Filename | Size |
---|---|
jresty-commons-0.0.1.pom | |
jresty-commons-0.0.1.jar | 24 KB |
jresty-commons-0.0.1-sources.jar | 15 KB |
jresty-commons-0.0.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.downgoon/jresty-commons/ -->
<dependency>
<groupId>com.github.downgoon</groupId>
<artifactId>jresty-commons</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-commons/
implementation 'com.github.downgoon:jresty-commons:0.0.1'
// https://jarcasting.com/artifacts/com.github.downgoon/jresty-commons/
implementation ("com.github.downgoon:jresty-commons:0.0.1")
'com.github.downgoon:jresty-commons:jar:0.0.1'
<dependency org="com.github.downgoon" name="jresty-commons" rev="0.0.1">
<artifact name="jresty-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.downgoon', module='jresty-commons', version='0.0.1')
)
libraryDependencies += "com.github.downgoon" % "jresty-commons" % "0.0.1"
[com.github.downgoon/jresty-commons "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |