is not current version
Last Version 0.14.0

com.github.yiuman:citrus 0.10.0

springboot-开发脚手架

GroupId

GroupId

com.github.yiuman
ArtifactId

ArtifactId

citrus
Version

Version

0.10.0
Type

Type

pom

Download citrus 0.10.0

Filename Size
citrus-0.10.0.pom 6 KB
Browse

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