License |
License |
---|---|
GroupId | GroupIdcom.dev-smart |
ArtifactId | ArtifactIdrpcspeak |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrpcspeak
Simple RPC library
|
Project URL |
Project URL |
Filename | Size |
---|---|
rpcspeak-0.0.4.pom | |
rpcspeak-0.0.4.jar | 9 KB |
rpcspeak-0.0.4-sources.jar | 3 KB |
rpcspeak-0.0.4-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/rpcspeak/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>rpcspeak</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/rpcspeak/
implementation 'com.dev-smart:rpcspeak:0.0.4'
// https://jarcasting.com/artifacts/com.dev-smart/rpcspeak/
implementation ("com.dev-smart:rpcspeak:0.0.4")
'com.dev-smart:rpcspeak:jar:0.0.4'
<dependency org="com.dev-smart" name="rpcspeak" rev="0.0.4">
<artifact name="rpcspeak" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='rpcspeak', version='0.0.4')
)
libraryDependencies += "com.dev-smart" % "rpcspeak" % "0.0.4"
[com.dev-smart/rpcspeak "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.dev-smart : ubjson | jar | 0.1.8 |
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |