License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.aether |
ArtifactId | ArtifactIdaether-api |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAether API
The application programming interface for the repository system.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
aether-api-1.1.0.pom | |
aether-api-1.1.0.jar | 130 KB |
aether-api-1.1.0-sources.jar | 140 KB |
aether-api-1.1.0-javadoc.jar | 763 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/ -->
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/
implementation 'org.eclipse.aether:aether-api:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/
implementation ("org.eclipse.aether:aether-api:1.1.0")
'org.eclipse.aether:aether-api:jar:1.1.0'
<dependency org="org.eclipse.aether" name="aether-api" rev="1.1.0">
<artifact name="aether-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-api', version='1.1.0')
)
libraryDependencies += "org.eclipse.aether" % "aether-api" % "1.1.0"
[org.eclipse.aether/aether-api "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |