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