License |
License |
---|---|
GroupId | GroupIdorg.sonatype.aether |
ArtifactId | ArtifactIdaether-util |
Version | Version1.13.1 |
Type | Typejar |
Description |
DescriptionAether :: Utilities
A collection of utility classes to ease usage of the repository system.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
aether-util-1.13.1.pom | |
aether-util-1.13.1.jar | 126 KB |
aether-util-1.13.1-sources.jar | 99 KB |
aether-util-1.13.1-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/ -->
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-util</artifactId>
<version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/
implementation 'org.sonatype.aether:aether-util:1.13.1'
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/
implementation ("org.sonatype.aether:aether-util:1.13.1")
'org.sonatype.aether:aether-util:jar:1.13.1'
<dependency org="org.sonatype.aether" name="aether-util" rev="1.13.1">
<artifact name="aether-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.aether', module='aether-util', version='1.13.1')
)
libraryDependencies += "org.sonatype.aether" % "aether-util" % "1.13.1"
[org.sonatype.aether/aether-util "1.13.1"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.aether : aether-api | jar | 1.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.aether : aether-test-util | jar | 1.13.1 |
junit : junit | jar | 4.8.2 |