| Группа | Группаcom.github.yuyenews |
|---|---|
| Идентификатор | ИдентификаторMars-cloud |
| Версия | Версия1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| Mars-cloud-1.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>Mars-cloud</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/
implementation 'com.github.yuyenews:Mars-cloud:1.0'
// https://jarcasting.com/artifacts/com.github.yuyenews/Mars-cloud/
implementation ("com.github.yuyenews:Mars-cloud:1.0")
'com.github.yuyenews:Mars-cloud:pom:1.0'
<dependency org="com.github.yuyenews" name="Mars-cloud" rev="1.0">
<artifact name="Mars-cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Mars-cloud', version='1.0')
)
libraryDependencies += "com.github.yuyenews" % "Mars-cloud" % "1.0"
[com.github.yuyenews/Mars-cloud "1.0"]