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