Naether

A Java Dependency Resolver using Maven’s Aether.

License

License

GroupId

GroupId

com.tobedevoured.naether
ArtifactId

ArtifactId

naether
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

Naether
A Java Dependency Resolver using Maven’s Aether.
Project URL

Project URL

https://github.com/mguymon/naether

Download naether

How to add to project

<!-- 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"]

Dependencies

compile (13)

Group / Artifact Type Version
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

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.0