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