Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdtop.marchand.maven |
ArtifactId | ArtifactIdaether-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
aether-utils-1.0.0.pom | |
aether-utils-1.0.0.jar | 13 KB |
aether-utils-1.0.0-sources.jar | 6 KB |
aether-utils-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- 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"]