| License |
License |
|---|---|
| GroupId | GroupIdcom.zvoykish |
| ArtifactId | ArtifactIdrestdl |
| Version | Version0.1.1 |
| Type | Typepom |
| Description |
Descriptionrestdl
restdl is the WSDL-like solution for REST controllers
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| restdl-0.1.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zvoykish/restdl/ -->
<dependency>
<groupId>com.zvoykish</groupId>
<artifactId>restdl</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zvoykish/restdl/
implementation 'com.zvoykish:restdl:0.1.1'
// https://jarcasting.com/artifacts/com.zvoykish/restdl/
implementation ("com.zvoykish:restdl:0.1.1")
'com.zvoykish:restdl:pom:0.1.1'
<dependency org="com.zvoykish" name="restdl" rev="0.1.1">
<artifact name="restdl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zvoykish', module='restdl', version='0.1.1')
)
libraryDependencies += "com.zvoykish" % "restdl" % "0.1.1"
[com.zvoykish/restdl "0.1.1"]