| GroupId | GroupIdcom.github.yiuman |
|---|---|
| ArtifactId | ArtifactIdcitrus-boot-starter |
| Version | Version0.10.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-boot-starter</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation 'com.github.yiuman:citrus-boot-starter:0.10.0'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation ("com.github.yiuman:citrus-boot-starter:0.10.0")
'com.github.yiuman:citrus-boot-starter:jar:0.10.0'
<dependency org="com.github.yiuman" name="citrus-boot-starter" rev="0.10.0">
<artifact name="citrus-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-boot-starter', version='0.10.0')
)
libraryDependencies += "com.github.yiuman" % "citrus-boot-starter" % "0.10.0"
[com.github.yiuman/citrus-boot-starter "0.10.0"]