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