License |
License |
---|---|
GroupId | GroupIdcom.colobu |
ArtifactId | ArtifactIdrpcx |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionBasic Maven Project
A Maven project created from the library archetype.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rpcx-1.0.pom | |
rpcx-1.0.jar | 14 KB |
rpcx-1.0-sources.jar | 6 KB |
rpcx-1.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.colobu/rpcx/ -->
<dependency>
<groupId>com.colobu</groupId>
<artifactId>rpcx</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.colobu/rpcx/
implementation 'com.colobu:rpcx:1.0'
// https://jarcasting.com/artifacts/com.colobu/rpcx/
implementation ("com.colobu:rpcx:1.0")
'com.colobu:rpcx:jar:1.0'
<dependency org="com.colobu" name="rpcx" rev="1.0">
<artifact name="rpcx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.colobu', module='rpcx', version='1.0')
)
libraryDependencies += "com.colobu" % "rpcx" % "1.0"
[com.colobu/rpcx "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
org.msgpack : msgpack-core | jar | 0.8.14 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |