Naether

A Java Dependency Resolver using Maven’s Aether.

License

License

GroupId

GroupId

com.tobedevoured.naether
ArtifactId

ArtifactId

core
Last Version

Last Version

0.15.8
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 core

How to add to project

<!-- https://jarcasting.com/artifacts/com.tobedevoured.naether/core/ -->
<dependency>
    <groupId>com.tobedevoured.naether</groupId>
    <artifactId>core</artifactId>
    <version>0.15.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.tobedevoured.naether/core/
implementation 'com.tobedevoured.naether:core:0.15.8'
// https://jarcasting.com/artifacts/com.tobedevoured.naether/core/
implementation ("com.tobedevoured.naether:core:0.15.8")
'com.tobedevoured.naether:core:jar:0.15.8'
<dependency org="com.tobedevoured.naether" name="core" rev="0.15.8">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tobedevoured.naether', module='core', version='0.15.8')
)
libraryDependencies += "com.tobedevoured.naether" % "core" % "0.15.8"
[com.tobedevoured.naether/core "0.15.8"]

Dependencies

compile (15)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6
org.slf4j : slf4j-simple jar 1.7.6
org.apache.maven.shared : maven-invoker jar 2.1.1
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-spi 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.codehaus.plexus : plexus-utils jar 3.0.8
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 (2)

Group / Artifact Type Version
junit : junit-dep jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.15.8
0.15.6
0.15.4
0.15.3
0.15.2
0.15.0
0.14.1
0.13.8
0.13.7
0.13.5
0.13.4
0.13.3
0.13.0
0.12.1
0.12.0
0.10.0