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