<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>4.30.3</version>
</dependency>
@Grapes(
@Grab(group='de.ruedigermoeller', module='kontraktor-http', version='4.30.3')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- de.ruedigermoeller:kontraktor:4.30
|-- io.github.lukehutch:fast-classpath-scanner:1.2.3
|-- com.github.yuchi:npm-semver:1.0.0
|-- org.apache.httpcomponents:httpasyncclient:4.1
|-- javax.websocket:javax.websocket-api:1.1
|-- io.undertow:undertow-core:1.4.20.Final
|-- io.undertow:undertow-websockets-jsr:1.4.20.Final
|-- org.slf4j:slf4j-api:1.7.12
|-- javax.servlet:javax.servlet-api:3.1.0
|-- com.eclipsesource.minimal-json:minimal-json:0.9.4
|-- commons-httpclient:commons-httpclient:3.1
|-- org.apache.commons:commons-io:1.3.2
|-- org.apache.commons:commons-compress:1.14
|-- com.google.javascript:closure-compiler:v20181008
|-- io.jsonwebtoken:jjwt:0.7.0
test
|-- junit:junit:4.12