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