is not current version
Last Version 1.0.1

top.marchand.maven:aether-utils 1.0.0

Aether init classes

Categories

Categories

Maven Build Tools
GroupId

GroupId

top.marchand.maven
ArtifactId

ArtifactId

aether-utils
Version

Version

1.0.0
Type

Type

jar

Download aether-utils 1.0.0


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