License |
License |
---|---|
GroupId | GroupIdcom.rei.aether |
ArtifactId | ArtifactIdaether-utils |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionAether Utils
Utility library to make simple use cases working with Aether much easier
|
Filename | Size |
---|---|
aether-utils-1.2.pom | |
aether-utils-1.2.jar | 15 KB |
aether-utils-1.2-sources.jar | 8 KB |
aether-utils-1.2-javadoc.jar | 43 KB |
aether-utils-1.2-allinone.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rei.aether/aether-utils/ -->
<dependency>
<groupId>com.rei.aether</groupId>
<artifactId>aether-utils</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rei.aether/aether-utils/
implementation 'com.rei.aether:aether-utils:1.2'
// https://jarcasting.com/artifacts/com.rei.aether/aether-utils/
implementation ("com.rei.aether:aether-utils:1.2")
'com.rei.aether:aether-utils:jar:1.2'
<dependency org="com.rei.aether" name="aether-utils" rev="1.2">
<artifact name="aether-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rei.aether', module='aether-utils', version='1.2')
)
libraryDependencies += "com.rei.aether" % "aether-utils" % "1.2"
[com.rei.aether/aether-utils "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
org.apache.maven : maven-resolver-provider | jar | 3.5.2 |
org.apache.maven : maven-settings | jar | 3.5.2 |
org.apache.maven : maven-settings-builder | jar | 3.3.3 |
org.apache.maven.resolver : maven-resolver-connector-basic | jar | 1.1.0 |
org.apache.maven.resolver : maven-resolver-transport-wagon | jar | 1.1.0 |
org.apache.maven.resolver : maven-resolver-transport-http | jar | 1.1.0 |
org.apache.maven.resolver : maven-resolver-transport-file | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.7 |