Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.aether |
ArtifactId | ArtifactIdaether-api |
Version | Version0.9.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
aether-api-0.9.0.M1.pom | |
aether-api-0.9.0.M1.jar | 126 KB |
aether-api-0.9.0.M1-sources.jar | 135 KB |
aether-api-0.9.0.M1-javadoc.jar | 739 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/ -->
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>0.9.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/
implementation 'org.eclipse.aether:aether-api:0.9.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-api/
implementation ("org.eclipse.aether:aether-api:0.9.0.M1")
'org.eclipse.aether:aether-api:jar:0.9.0.M1'
<dependency org="org.eclipse.aether" name="aether-api" rev="0.9.0.M1">
<artifact name="aether-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-api', version='0.9.0.M1')
)
libraryDependencies += "org.eclipse.aether" % "aether-api" % "0.9.0.M1"
[org.eclipse.aether/aether-api "0.9.0.M1"]