GroupId | GroupIdcom.github.rjolly |
---|---|
ArtifactId | ArtifactIdremote4j |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
remote4j-1.0.pom | |
remote4j-1.0.jar | 3 KB |
remote4j-1.0-sources.jar | 2 KB |
remote4j-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rjolly/remote4j/ -->
<dependency>
<groupId>com.github.rjolly</groupId>
<artifactId>remote4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjolly/remote4j/
implementation 'com.github.rjolly:remote4j:1.0'
// https://jarcasting.com/artifacts/com.github.rjolly/remote4j/
implementation ("com.github.rjolly:remote4j:1.0")
'com.github.rjolly:remote4j:jar:1.0'
<dependency org="com.github.rjolly" name="remote4j" rev="1.0">
<artifact name="remote4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjolly', module='remote4j', version='1.0')
)
libraryDependencies += "com.github.rjolly" % "remote4j" % "1.0"
[com.github.rjolly/remote4j "1.0"]