GroupId | GroupIdcom.github.batkinson |
---|---|
ArtifactId | ArtifactIdjrsync |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
jrsync-1.3.pom | |
jrsync-1.3.jar | 34 KB |
jrsync-1.3-sources.jar | 17 KB |
jrsync-1.3-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.batkinson/jrsync/ -->
<dependency>
<groupId>com.github.batkinson</groupId>
<artifactId>jrsync</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.batkinson/jrsync/
implementation 'com.github.batkinson:jrsync:1.3'
// https://jarcasting.com/artifacts/com.github.batkinson/jrsync/
implementation ("com.github.batkinson:jrsync:1.3")
'com.github.batkinson:jrsync:jar:1.3'
<dependency org="com.github.batkinson" name="jrsync" rev="1.3">
<artifact name="jrsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.batkinson', module='jrsync', version='1.3')
)
libraryDependencies += "com.github.batkinson" % "jrsync" % "1.3"
[com.github.batkinson/jrsync "1.3"]