is not current version
Last Version 1.0.0.RELEASE

top.aeizzz:common 1.0.0

工具类包

GroupId

GroupId

top.aeizzz
ArtifactId

ArtifactId

common
Version

Version

1.0.0
Type

Type

jar

Download common 1.0.0


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