не последняя версия
Последняя версия 1.1.0

org.eclipse.aether:aether-transport-file 0.9.0.M3

A transport implementation for repositories using file:// URLs.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.aether
Идентификатор

Идентификатор

aether-transport-file
Версия

Версия

0.9.0.M3
Тип

Тип

jar

Скачать aether-transport-file 0.9.0.M3


<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-transport-file/ -->
<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-transport-file</artifactId>
    <version>0.9.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-transport-file/
implementation 'org.eclipse.aether:aether-transport-file:0.9.0.M3'
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-transport-file/
implementation ("org.eclipse.aether:aether-transport-file:0.9.0.M3")
'org.eclipse.aether:aether-transport-file:jar:0.9.0.M3'
<dependency org="org.eclipse.aether" name="aether-transport-file" rev="0.9.0.M3">
  <artifact name="aether-transport-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-transport-file', version='0.9.0.M3')
)
libraryDependencies += "org.eclipse.aether" % "aether-transport-file" % "0.9.0.M3"
[org.eclipse.aether/aether-transport-file "0.9.0.M3"]