is not current version
Last Version 0.14.0

com.github.yiuman:citrus 0.0.2

springboot-开发脚手架

GroupId

GroupId

com.github.yiuman
ArtifactId

ArtifactId

citrus
Version

Version

0.0.2
Type

Type

pom

Download citrus 0.0.2

Filename Size
citrus-0.0.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus/ -->
<dependency>
    <groupId>com.github.yiuman</groupId>
    <artifactId>citrus</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus/
implementation 'com.github.yiuman:citrus:0.0.2'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus/
implementation ("com.github.yiuman:citrus:0.0.2")
'com.github.yiuman:citrus:pom:0.0.2'
<dependency org="com.github.yiuman" name="citrus" rev="0.0.2">
  <artifact name="citrus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus', version='0.0.2')
)
libraryDependencies += "com.github.yiuman" % "citrus" % "0.0.2"
[com.github.yiuman/citrus "0.0.2"]