h

hikaku-wadl

A library that tests if the implementation of a REST-API meets its specification. This module contains a converter for WADL files.
https://github.com/codecentric/hikaku
Apache License, Version 2.0
Jannes Heinrich Lovis Möller
文件下载
文件名 操作
hikaku-wadl-3.3.0.jar 下载
hikaku-wadl-3.3.0.pom 下载
hikaku-wadl-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.codecentric.hikaku</groupId>
  <artifactId>hikaku-wadl</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.codecentric.hikaku:hikaku-wadl:3.3.0'
Gradle Kotlin
implementation("de.codecentric.hikaku:hikaku-wadl:3.3.0")
Scala SBT
libraryDependencies += "de.codecentric.hikaku" % "hikaku-wadl" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.codecentric.hikaku', module='hikaku-wadl', version='3.3.0')
)
Apache Ivy
<dependency org="de.codecentric.hikaku" name="hikaku-wadl" rev="3.3.0" />
Leiningen
[de.codecentric.hikaku/hikaku-wadl "3.3.0"]
Apache Buildr
'de.codecentric.hikaku:hikaku-wadl:jar:3.3.0'