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

org.eclipse.aether:aether-test-util 0.9.0.M4

A collection of utility classes to ease testing of the repository system.

Категории

Категории

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

Группа

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

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

aether-test-util
Версия

Версия

0.9.0.M4
Тип

Тип

jar

Скачать aether-test-util 0.9.0.M4


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