| License |
License |
|---|---|
| GroupId | GroupIdcom.zvoykish |
| ArtifactId | ArtifactIdrestdl-spring |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrestdl is the WSDL-like solution for REST controllers
|
| Filename | Size |
|---|---|
| restdl-spring-0.1.1.pom | |
| restdl-spring-0.1.1.jar | 13 KB |
| restdl-spring-0.1.1-sources.jar | 7 KB |
| restdl-spring-0.1.1-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zvoykish/restdl-spring/ -->
<dependency>
<groupId>com.zvoykish</groupId>
<artifactId>restdl-spring</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zvoykish/restdl-spring/
implementation 'com.zvoykish:restdl-spring:0.1.1'
// https://jarcasting.com/artifacts/com.zvoykish/restdl-spring/
implementation ("com.zvoykish:restdl-spring:0.1.1")
'com.zvoykish:restdl-spring:jar:0.1.1'
<dependency org="com.zvoykish" name="restdl-spring" rev="0.1.1">
<artifact name="restdl-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zvoykish', module='restdl-spring', version='0.1.1')
)
libraryDependencies += "com.zvoykish" % "restdl-spring" % "0.1.1"
[com.zvoykish/restdl-spring "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.zvoykish : restdl-core | jar | 0.1.1 |
| org.springframework : spring-web | jar | 3.2.5.RELEASE |
| org.springframework : spring-context | jar | 3.2.5.RELEASE |