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