GroupId | GroupIdorg.syncloud |
---|---|
ArtifactId | ArtifactIdsyncloud-core-parent |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsyncloud
Share files through the clouds
|
Filename | Size |
---|---|
syncloud-core-parent-0.1.pom | 4 KB |
syncloud-core-parent-0.1-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.syncloud/syncloud-core-parent/ -->
<dependency>
<groupId>org.syncloud</groupId>
<artifactId>syncloud-core-parent</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncloud/syncloud-core-parent/
implementation 'org.syncloud:syncloud-core-parent:0.1'
// https://jarcasting.com/artifacts/org.syncloud/syncloud-core-parent/
implementation ("org.syncloud:syncloud-core-parent:0.1")
'org.syncloud:syncloud-core-parent:jar:0.1'
<dependency org="org.syncloud" name="syncloud-core-parent" rev="0.1">
<artifact name="syncloud-core-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncloud', module='syncloud-core-parent', version='0.1')
)
libraryDependencies += "org.syncloud" % "syncloud-core-parent" % "0.1"
[org.syncloud/syncloud-core-parent "0.1"]