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