<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.00</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- de.ruedigermoeller:kontraktor:3.00
|-- io.github.lukehutch:fast-classpath-scanner:1.2.3
|-- org.apache.httpcomponents:httpasyncclient:4.1
|-- javax.websocket:javax.websocket-api:1.1
|-- io.undertow:undertow-core:1.2.6.Final
|-- io.undertow:undertow-websockets-jsr:1.2.6.Final
|-- org.slf4j:slf4j-api:1.7.12
test
|-- junit:junit:4.12