License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.aether |
ArtifactId | ArtifactIdaether-util |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAether Utilities
A collection of utility classes to ease usage of the repository system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aether-util-1.1.0.pom | |
aether-util-1.1.0.jar | 130 KB |
aether-util-1.1.0-sources.jar | 101 KB |
aether-util-1.1.0-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/ -->
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/
implementation 'org.eclipse.aether:aether-util:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/
implementation ("org.eclipse.aether:aether-util:1.1.0")
'org.eclipse.aether:aether-util:jar:1.1.0'
<dependency org="org.eclipse.aether" name="aether-util" rev="1.1.0">
<artifact name="aether-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-util', version='1.1.0')
)
libraryDependencies += "org.eclipse.aether" % "aether-util" % "1.1.0"
[org.eclipse.aether/aether-util "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.aether : aether-api | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.aether : aether-test-util | jar | 1.1.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.11 |