| GroupId | GroupIdtop.aeizzz |
|---|---|
| ArtifactId | ArtifactIdtools-all |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tools-all-1.0.0.pom | |
| tools-all-1.0.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.aeizzz/tools-all/ -->
<dependency>
<groupId>top.aeizzz</groupId>
<artifactId>tools-all</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.aeizzz/tools-all/
implementation 'top.aeizzz:tools-all:1.0.0'
// https://jarcasting.com/artifacts/top.aeizzz/tools-all/
implementation ("top.aeizzz:tools-all:1.0.0")
'top.aeizzz:tools-all:jar:1.0.0'
<dependency org="top.aeizzz" name="tools-all" rev="1.0.0">
<artifact name="tools-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.aeizzz', module='tools-all', version='1.0.0')
)
libraryDependencies += "top.aeizzz" % "tools-all" % "1.0.0"
[top.aeizzz/tools-all "1.0.0"]