| GroupId | GroupIdcom.github.yiuman |
|---|---|
| ArtifactId | ArtifactIdcitrus-boot-starter |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| citrus-boot-starter-0.0.2.pom | |
| citrus-boot-starter-0.0.2.jar | 10 KB |
| citrus-boot-starter-0.0.2-sources.jar | 5 KB |
| citrus-boot-starter-0.0.2-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation 'com.github.yiuman:citrus-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-boot-starter/
implementation ("com.github.yiuman:citrus-boot-starter:0.0.2")
'com.github.yiuman:citrus-boot-starter:jar:0.0.2'
<dependency org="com.github.yiuman" name="citrus-boot-starter" rev="0.0.2">
<artifact name="citrus-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-boot-starter', version='0.0.2')
)
libraryDependencies += "com.github.yiuman" % "citrus-boot-starter" % "0.0.2"
[com.github.yiuman/citrus-boot-starter "0.0.2"]