| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsync |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionsync
The sync tool for java.
|
| Filename | Size |
|---|---|
| sync-0.0.3.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sync/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sync</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sync/
implementation 'com.github.houbb:sync:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/sync/
implementation ("com.github.houbb:sync:0.0.3")
'com.github.houbb:sync:pom:0.0.3'
<dependency org="com.github.houbb" name="sync" rev="0.0.3">
<artifact name="sync" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sync', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "sync" % "0.0.3"
[com.github.houbb/sync "0.0.3"]