<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-server</artifactId>
<version>0.27</version>
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets-http-server', version='0.27')
)
compile
|-- org.threadly:litesockets-http-protocol:0.27
|-- org.threadly:threadly:5.41
|-- org.threadly:litesockets:4.13
test
|-- junit:junit:4.12