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