| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdpl.chilldev.commons |
| ArtifactId | ArtifactIdcommons-jsonrpc |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChillDev Commons JSON-RPC
Bridge library that helps building JSON-RPC daemons using Netty and JSON-RPC 2.0 Base libraries.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-jsonrpc-0.1.2.pom | |
| commons-jsonrpc-0.1.2.jar | 36 KB |
| commons-jsonrpc-0.1.2-sources.jar | 23 KB |
| commons-jsonrpc-0.1.2-javadoc.jar | 199 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jsonrpc/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-jsonrpc</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jsonrpc/
implementation 'pl.chilldev.commons:commons-jsonrpc:0.1.2'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-jsonrpc/
implementation ("pl.chilldev.commons:commons-jsonrpc:0.1.2")
'pl.chilldev.commons:commons-jsonrpc:jar:0.1.2'
<dependency org="pl.chilldev.commons" name="commons-jsonrpc" rev="0.1.2">
<artifact name="commons-jsonrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-jsonrpc', version='0.1.2')
)
libraryDependencies += "pl.chilldev.commons" % "commons-jsonrpc" % "0.1.2"
[pl.chilldev.commons/commons-jsonrpc "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.chilldev.commons : commons-daemon | jar | 0.1.2 |
| net.minidev : json-smart | jar | 2.2.1 |
| commons-daemon : commons-daemon Optional | jar | 1.0.15 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.1 |
| io.netty : netty-codec | jar | 4.1.4.Final |
| io.netty : netty-common | jar | 4.1.4.Final |
| io.netty : netty-handler | jar | 4.1.4.Final |
| io.netty : netty-transport | jar | 4.1.4.Final |
| net.bytebuddy : byte-buddy | jar | 1.4.19 |
| com.thetransactioncompany : jsonrpc2-base | jar | 1.38 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.springframework : spring-beans Optional | jar | 4.3.2.RELEASE |
| org.springframework : spring-context Optional | jar | 4.3.2.RELEASE |
| org.springframework : spring-core Optional | jar | 4.3.2.RELEASE |
| org.springframework.data : spring-data-commons | jar | 1.12.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.mina : mina-core | jar | 2.0.13 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| org.slf4j : slf4j-nop | jar | 1.7.21 |
| org.skyscreamer : jsonassert | jar | 1.3.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.powermock : powermock-api-mockito | jar | 1.6.5 |
| org.powermock : powermock-core | jar | 1.6.5 |
| org.powermock : powermock-module-junit4 | jar | 1.6.5 |
| org.springframework : spring-test | jar | 4.3.2.RELEASE |
| org.springframework.security : spring-security-test | jar | 4.1.2.RELEASE |