License |
License |
---|---|
GroupId | GroupIdorg.acplt |
ArtifactId | ArtifactIdoncrpc |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRemote Tea Runtime
A fully fledged implementation of the ONC/RPC protocol
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oncrpc-1.0.7.pom | |
oncrpc-1.0.7.jar | 85 KB |
oncrpc-1.0.7-sources.jar | 208 KB |
oncrpc-1.0.7-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.acplt/oncrpc/ -->
<dependency>
<groupId>org.acplt</groupId>
<artifactId>oncrpc</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.acplt/oncrpc/
implementation 'org.acplt:oncrpc:1.0.7'
// https://jarcasting.com/artifacts/org.acplt/oncrpc/
implementation ("org.acplt:oncrpc:1.0.7")
'org.acplt:oncrpc:jar:1.0.7'
<dependency org="org.acplt" name="oncrpc" rev="1.0.7">
<artifact name="oncrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.acplt', module='oncrpc', version='1.0.7')
)
libraryDependencies += "org.acplt" % "oncrpc" % "1.0.7"
[org.acplt/oncrpc "1.0.7"]