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