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