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