is not current version
Last Version 1.0.1

com.github.youyouxi:creater 1.0.0

creater 代码生成工具

GroupId

GroupId

com.github.youyouxi
ArtifactId

ArtifactId

creater
Version

Version

1.0.0
Type

Type

jar

Download creater 1.0.0


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