Registry / build-tool / aether-api

aether-api

JSON →
library1.1.0javamavenunverified

The application programming interface for the repository system, providing abstractions for dependency resolution.

<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · AETHER-API
A
aether-api
build-tooljavav1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RepositorySystem
org.eclipse.aether.RepositorySystem

Obtains a RepositorySystem instance using the default service locator.

import org.eclipse.aether.RepositorySystem; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.artifact.DefaultArtifact; import org.eclipse.aether.collection.CollectRequest; import org.eclipse.aether.collection.CollectResult; import org.eclipse.aether.repository.LocalRepository; import org.eclipse.aether.impl.DefaultServiceLocator; public class Example { public static void main(String[] args) { DefaultServiceLocator locator = DefaultServiceLocator.newInstance(); RepositorySystem system = locator.getService(RepositorySystem.class); System.out.println(system.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
40
OpenAI (training)
1
Resources