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