License |
License |
---|---|
GroupId | GroupIdcom.tobedevoured.naether |
ArtifactId | ArtifactIdnaether |
Version | Version0.9.0 |
Type | Typejar |
Description |
DescriptionNaether
A Java Dependency Resolver using Maven’s Aether.
|
Project URL |
Project URL |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |