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