<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-jsonrpc</artifactId>
<version>0.1.0</version>
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-jsonrpc', version='0.1.0')
)
<parent> <groupId>pl.chilldev.commons</groupId> <artifactId>commons</artifactId> <version>0.1.0</version> </parent>
compile
|-- pl.chilldev.commons:commons-concurrent
|-- pl.chilldev.commons:commons-daemon
|-- net.minidev:json-smart:2.2
|-- commons-daemon:commons-daemon:1.0.15
|-- com.fasterxml.jackson.core:jackson-databind:2.6.3
|-- org.apache.mina:mina-core:2.0.9
|-- com.thetransactioncompany:jsonrpc2-base:1.38
|-- org.slf4j:slf4j-api:1.7.12
|-- org.springframework:spring-beans:4.2.2.RELEASE
|-- org.springframework:spring-context:4.2.2.RELEASE
|-- org.springframework:spring-core:4.2.2.RELEASE
|-- org.springframework.data:spring-data-commons:1.11.0.RELEASE
test
|-- org.slf4j:jcl-over-slf4j:1.7.12