| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.leozhang123 |
| Идентификатор | Идентификаторzaudit-spring-boot |
| Версия | Версия0.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| zaudit-spring-boot-0.2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot/ -->
<dependency>
<groupId>com.github.leozhang123</groupId>
<artifactId>zaudit-spring-boot</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot/
implementation 'com.github.leozhang123:zaudit-spring-boot:0.2'
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot/
implementation ("com.github.leozhang123:zaudit-spring-boot:0.2")
'com.github.leozhang123:zaudit-spring-boot:pom:0.2'
<dependency org="com.github.leozhang123" name="zaudit-spring-boot" rev="0.2">
<artifact name="zaudit-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leozhang123', module='zaudit-spring-boot', version='0.2')
)
libraryDependencies += "com.github.leozhang123" % "zaudit-spring-boot" % "0.2"
[com.github.leozhang123/zaudit-spring-boot "0.2"]