is not current version
Last Version 1.0.0.RELEASE

top.aeizzz:tools 1.0.0

a spring boot tools

GroupId

GroupId

top.aeizzz
ArtifactId

ArtifactId

tools
Version

Version

1.0.0
Type

Type

pom

Download tools 1.0.0

Filename Size
tools-1.0.0.pom 9 KB
Browse

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