is not current version
Last Version 0.0.3

com.github.ice-zero-cat:admin 0.0.2

启动模块

GroupId

GroupId

com.github.ice-zero-cat
ArtifactId

ArtifactId

admin
Version

Version

0.0.2
Type

Type

jar

Download admin 0.0.2


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