| Группа | Группаorg.syncloud |
|---|---|
| Идентификатор | Идентификаторsyncloud-core-parent |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsyncloud
Share files through the clouds
|
| Имя Файла | Размер |
|---|---|
| syncloud-core-parent-0.1.pom | 4 KB |
| syncloud-core-parent-0.1-tests.jar | 2 KB |
| Обзор |
<!-- 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"]