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