| Группа | Группаcom.github.yiuman |
|---|---|
| Идентификатор | Идентификаторcitrus-boot-starter |
| Версия | Версия0.1.2.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-boot-starter</artifactId>
<version>0.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation 'com.github.yiuman:citrus-boot-starter:0.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation ("com.github.yiuman:citrus-boot-starter:0.1.2.RELEASE")
'com.github.yiuman:citrus-boot-starter:jar:0.1.2.RELEASE'
<dependency org="com.github.yiuman" name="citrus-boot-starter" rev="0.1.2.RELEASE">
<artifact name="citrus-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-boot-starter', version='0.1.2.RELEASE')
)
libraryDependencies += "com.github.yiuman" % "citrus-boot-starter" % "0.1.2.RELEASE"
[com.github.yiuman/citrus-boot-starter "0.1.2.RELEASE"]