| GroupId | GroupIdorg.refcodes |
|---|---|
| ArtifactId | ArtifactIdrefcodes-remoting |
| Version | Version1.2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| refcodes-remoting-1.2.6.pom | |
| refcodes-remoting-1.2.6.jar | 72 KB |
| refcodes-remoting-1.2.6-tests.jar | 9 KB |
| refcodes-remoting-1.2.6-sources.jar | 75 KB |
| refcodes-remoting-1.2.6-javadoc.jar | 599 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-remoting</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/
implementation 'org.refcodes:refcodes-remoting:1.2.6'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-remoting/
implementation ("org.refcodes:refcodes-remoting:1.2.6")
'org.refcodes:refcodes-remoting:jar:1.2.6'
<dependency org="org.refcodes" name="refcodes-remoting" rev="1.2.6">
<artifact name="refcodes-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-remoting', version='1.2.6')
)
libraryDependencies += "org.refcodes" % "refcodes-remoting" % "1.2.6"
[org.refcodes/refcodes-remoting "1.2.6"]