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