| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.aether |
| Идентификатор | Идентификаторaether-ant-tasks |
| Версия | Версия1.0.1.v20141111 |
| Тип | Типjar |
| Описание |
ОписаниеAether Ant Tasks
Ant tasks handling Maven artifacts using Aether and Maven Aether Provider.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-ant-tasks/ -->
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-ant-tasks</artifactId>
<version>1.0.1.v20141111</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-ant-tasks/
implementation 'org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111'
// https://jarcasting.com/artifacts/org.eclipse.aether/aether-ant-tasks/
implementation ("org.eclipse.aether:aether-ant-tasks:1.0.1.v20141111")
'org.eclipse.aether:aether-ant-tasks:jar:1.0.1.v20141111'
<dependency org="org.eclipse.aether" name="aether-ant-tasks" rev="1.0.1.v20141111">
<artifact name="aether-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-ant-tasks', version='1.0.1.v20141111')
)
libraryDependencies += "org.eclipse.aether" % "aether-ant-tasks" % "1.0.1.v20141111"
[org.eclipse.aether/aether-ant-tasks "1.0.1.v20141111"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.aether : aether-api | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-util | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-impl | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-connector-basic | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-transport-classpath | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-transport-file | jar | 1.0.1.v20141111 |
| org.eclipse.aether : aether-transport-http | jar | 1.0.1.v20141111 |
| org.apache.maven : maven-aether-provider | jar | 3.1.0 |
| org.apache.maven : maven-settings-builder | jar | 3.1.0 |
| org.codehaus.plexus : plexus-interpolation | jar | 1.16 |
| org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.8.2 |
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-nop | jar | 1.6.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.ant : ant-testutil | jar | 1.8.2 |
| org.apache.ant : ant-launcher | jar | 1.8.2 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.eclipse.aether : aether-test-util | jar | 1.0.1.v20141111 |