| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tobedevoured.naether |
| Идентификатор | Идентификаторnaether |
| Последняя версия | Последняя версия0.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеNaether
A Java Dependency Resolver using Maven’s Aether.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| naether-0.9.0.pom | |
| naether-0.9.0.jar | 42 KB |
| naether-0.9.0-sources.jar | 30 KB |
| naether-0.9.0-javadoc.jar | 180 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tobedevoured.naether/naether/ -->
<dependency>
<groupId>com.tobedevoured.naether</groupId>
<artifactId>naether</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.naether/naether/
implementation 'com.tobedevoured.naether:naether:0.9.0'
// https://jarcasting.com/artifacts/com.tobedevoured.naether/naether/
implementation ("com.tobedevoured.naether:naether:0.9.0")
'com.tobedevoured.naether:naether:jar:0.9.0'
<dependency org="com.tobedevoured.naether" name="naether" rev="0.9.0">
<artifact name="naether" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.naether', module='naether', version='0.9.0')
)
libraryDependencies += "com.tobedevoured.naether" % "naether" % "0.9.0"
[com.tobedevoured.naether/naether "0.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.6 |
| org.slf4j : jcl-over-slf4j | jar | 1.6.6 |
| org.slf4j : log4j-over-slf4j | jar | 1.6.6 |
| org.sonatype.aether : aether-api | jar | 1.13.1 |
| org.sonatype.aether : aether-util | jar | 1.13.1 |
| org.sonatype.aether : aether-impl | jar | 1.13.1 |
| org.sonatype.aether : aether-connector-file | jar | 1.13.1 |
| org.sonatype.aether : aether-connector-asynchttpclient | jar | 1.13.1 |
| org.sonatype.aether : aether-connector-wagon | jar | 1.13.1 |
| org.apache.maven : maven-aether-provider | jar | 3.0.3 |
| org.apache.maven.wagon : wagon-ssh | jar | 1.0 |
| org.apache.maven.wagon : wagon-http-lightweight | jar | 1.0 |
| org.apache.maven.wagon : wagon-file | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |