| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка |
|---|---|
| Группа | Группаcn.antcore |
| Идентификатор | Идентификаторspring-boot-starter-ant-event |
| Версия | Версия0.0.1-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-ant-event/ -->
<dependency>
<groupId>cn.antcore</groupId>
<artifactId>spring-boot-starter-ant-event</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-ant-event/
implementation 'cn.antcore:spring-boot-starter-ant-event:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.antcore/spring-boot-starter-ant-event/
implementation ("cn.antcore:spring-boot-starter-ant-event:0.0.1-RELEASE")
'cn.antcore:spring-boot-starter-ant-event:jar:0.0.1-RELEASE'
<dependency org="cn.antcore" name="spring-boot-starter-ant-event" rev="0.0.1-RELEASE">
<artifact name="spring-boot-starter-ant-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.antcore', module='spring-boot-starter-ant-event', version='0.0.1-RELEASE')
)
libraryDependencies += "cn.antcore" % "spring-boot-starter-ant-event" % "0.0.1-RELEASE"
[cn.antcore/spring-boot-starter-ant-event "0.0.1-RELEASE"]