License |
License |
---|---|
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdrsync4j-core |
Version | Version3.2.3-3 |
Type | Typejar |
Description |
Descriptionrsync4j-core
Core Java classes for handling rsync.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rsync4j-core-3.2.3-3.pom | |
rsync4j-core-3.2.3-3.jar | 51 KB |
rsync4j-core-3.2.3-3-spring-boot.jar | 676 KB |
rsync4j-core-3.2.3-3-sources.jar | 34 KB |
rsync4j-core-3.2.3-3-javadoc.jar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-core/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-core</artifactId>
<version>3.2.3-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-core/
implementation 'com.github.fracpete:rsync4j-core:3.2.3-3'
// https://jarcasting.com/artifacts/com.github.fracpete/rsync4j-core/
implementation ("com.github.fracpete:rsync4j-core:3.2.3-3")
'com.github.fracpete:rsync4j-core:jar:3.2.3-3'
<dependency org="com.github.fracpete" name="rsync4j-core" rev="3.2.3-3">
<artifact name="rsync4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='rsync4j-core', version='3.2.3-3')
)
libraryDependencies += "com.github.fracpete" % "rsync4j-core" % "3.2.3-3"
[com.github.fracpete/rsync4j-core "3.2.3-3"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.1 |
net.sourceforge.argparse4j : argparse4j | jar | 0.6.0 |
com.github.fracpete : processoutput4j | jar | 0.0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |