| License |
License |
|---|---|
| GroupId | GroupIdcom.zvoykish |
| ArtifactId | ArtifactIdrestdl-core |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
Descriptionrestdl is the WSDL-like solution for REST controllers
|
| Filename | Size |
|---|---|
| restdl-core-0.1.1.pom | |
| restdl-core-0.1.1.jar | 45 KB |
| restdl-core-0.1.1-sources.jar | 23 KB |
| restdl-core-0.1.1-javadoc.jar | 201 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zvoykish/restdl-core/ -->
<dependency>
<groupId>com.zvoykish</groupId>
<artifactId>restdl-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zvoykish/restdl-core/
implementation 'com.zvoykish:restdl-core:0.1.1'
// https://jarcasting.com/artifacts/com.zvoykish/restdl-core/
implementation ("com.zvoykish:restdl-core:0.1.1")
'com.zvoykish:restdl-core:jar:0.1.1'
<dependency org="com.zvoykish" name="restdl-core" rev="0.1.1">
<artifact name="restdl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zvoykish', module='restdl-core', version='0.1.1')
)
libraryDependencies += "com.zvoykish" % "restdl-core" % "0.1.1"
[com.zvoykish/restdl-core "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.11 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |