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