| GroupId | GroupIdcom.github.fracpete |
|---|---|
| ArtifactId | ArtifactIdrsync4j-all |
| Version | Version3.1.2-15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rsync4j-all-3.1.2-15.pom | |
| rsync4j-all-3.1.2-15.jar | 1 KB |
| rsync4j-all-3.1.2-15-spring-boot.jar | 9 MB |
| rsync4j-all-3.1.2-15-javadoc.jar | 336 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-all/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-all</artifactId>
<version>3.1.2-15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-all/
implementation 'com.github.fracpete:rsync4j-all:3.1.2-15'
// https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-all/
implementation ("com.github.fracpete:rsync4j-all:3.1.2-15")
'com.github.fracpete:rsync4j-all:jar:3.1.2-15'
<dependency org="com.github.fracpete" name="rsync4j-all" rev="3.1.2-15">
<artifact name="rsync4j-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='rsync4j-all', version='3.1.2-15')
)
libraryDependencies += "com.github.fracpete" % "rsync4j-all" % "3.1.2-15"
[com.github.fracpete/rsync4j-all "3.1.2-15"]