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