You can download aether-util-1.0.2.v20150114.jar in this page.
Open Source License
aether-util-1.0.2.v20150114.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.aether/aether-util/pom.properties META-INF/maven/org.eclipse.aether/aether-util/pom.xml about.html org.eclipse.aether.util.ChecksumUtils.class org.eclipse.aether.util.ConfigUtils.class org.eclipse.aether.util.StringUtils.class org.eclipse.aether.util.artifact.ArtifactIdUtils.class org.eclipse.aether.util.artifact.DefaultArtifactTypeRegistry.class org.eclipse.aether.util.artifact.DelegatingArtifact.class org.eclipse.aether.util.artifact.JavaScopes.class org.eclipse.aether.util.artifact.OverlayArtifactTypeRegistry.class org.eclipse.aether.util.artifact.SimpleArtifactTypeRegistry.class org.eclipse.aether.util.artifact.SubArtifact.class org.eclipse.aether.util.concurrency.RunnableErrorForwarder.class org.eclipse.aether.util.concurrency.WorkerThreadFactory.class org.eclipse.aether.util.filter.AbstractPatternDependencyFilter.class org.eclipse.aether.util.filter.AndDependencyFilter.class org.eclipse.aether.util.filter.DependencyFilterUtils.class org.eclipse.aether.util.filter.ExclusionsDependencyFilter.class org.eclipse.aether.util.filter.NotDependencyFilter.class org.eclipse.aether.util.filter.OrDependencyFilter.class org.eclipse.aether.util.filter.PatternExclusionsDependencyFilter.class org.eclipse.aether.util.filter.PatternInclusionsDependencyFilter.class org.eclipse.aether.util.filter.ScopeDependencyFilter.class org.eclipse.aether.util.graph.manager.ClassicDependencyManager.class org.eclipse.aether.util.graph.manager.DependencyManagerUtils.class org.eclipse.aether.util.graph.manager.NoopDependencyManager.class org.eclipse.aether.util.graph.selector.AndDependencySelector.class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector.class org.eclipse.aether.util.graph.selector.OptionalDependencySelector.class org.eclipse.aether.util.graph.selector.ScopeDependencySelector.class org.eclipse.aether.util.graph.selector.StaticDependencySelector.class org.eclipse.aether.util.graph.transformer.ChainedDependencyGraphTransformer.class org.eclipse.aether.util.graph.transformer.ConflictIdSorter.class org.eclipse.aether.util.graph.transformer.ConflictMarker.class org.eclipse.aether.util.graph.transformer.ConflictResolver.class org.eclipse.aether.util.graph.transformer.JavaDependencyContextRefiner.class org.eclipse.aether.util.graph.transformer.JavaScopeDeriver.class org.eclipse.aether.util.graph.transformer.JavaScopeSelector.class org.eclipse.aether.util.graph.transformer.NearestVersionSelector.class org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer.class org.eclipse.aether.util.graph.transformer.SimpleOptionalitySelector.class org.eclipse.aether.util.graph.transformer.TransformationContextKeys.class org.eclipse.aether.util.graph.traverser.AndDependencyTraverser.class org.eclipse.aether.util.graph.traverser.FatArtifactTraverser.class org.eclipse.aether.util.graph.traverser.StaticDependencyTraverser.class org.eclipse.aether.util.graph.version.ChainedVersionFilter.class org.eclipse.aether.util.graph.version.ContextualSnapshotVersionFilter.class org.eclipse.aether.util.graph.version.HighestVersionFilter.class org.eclipse.aether.util.graph.version.SnapshotVersionFilter.class org.eclipse.aether.util.graph.visitor.AbstractDepthFirstNodeListGenerator.class org.eclipse.aether.util.graph.visitor.CloningDependencyVisitor.class org.eclipse.aether.util.graph.visitor.FilteringDependencyVisitor.class org.eclipse.aether.util.graph.visitor.PathRecordingDependencyVisitor.class org.eclipse.aether.util.graph.visitor.PostorderNodeListGenerator.class org.eclipse.aether.util.graph.visitor.PreorderNodeListGenerator.class org.eclipse.aether.util.graph.visitor.Stack.class org.eclipse.aether.util.graph.visitor.TreeDependencyVisitor.class org.eclipse.aether.util.listener.ChainedRepositoryListener.class org.eclipse.aether.util.listener.ChainedTransferListener.class org.eclipse.aether.util.repository.AuthenticationBuilder.class org.eclipse.aether.util.repository.ChainedAuthentication.class org.eclipse.aether.util.repository.ChainedWorkspaceReader.class org.eclipse.aether.util.repository.ComponentAuthentication.class org.eclipse.aether.util.repository.ConservativeAuthenticationSelector.class org.eclipse.aether.util.repository.ConservativeProxySelector.class org.eclipse.aether.util.repository.DefaultAuthenticationSelector.class org.eclipse.aether.util.repository.DefaultMirrorSelector.class org.eclipse.aether.util.repository.DefaultProxySelector.class org.eclipse.aether.util.repository.JreProxySelector.class org.eclipse.aether.util.repository.SecretAuthentication.class org.eclipse.aether.util.repository.SimpleArtifactDescriptorPolicy.class org.eclipse.aether.util.repository.SimpleResolutionErrorPolicy.class org.eclipse.aether.util.repository.StringAuthentication.class org.eclipse.aether.util.version.GenericVersion.class org.eclipse.aether.util.version.GenericVersionConstraint.class org.eclipse.aether.util.version.GenericVersionRange.class org.eclipse.aether.util.version.GenericVersionScheme.class org.eclipse.aether.util.version.UnionVersionRange.class
aether-util-1.0.2.v20150114.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2010, 2014 Sonatype, Inc. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ which accompanies this distribution, and is available at ~ http://www.eclipse.org/legal/epl-v10.html ~ ~ Contributors: ~ Sonatype, Inc. - initial API and implementation --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>1.0.2.v20150114</version> </parent> <artifactId>aether-util</artifactId> <name>Aether Utilities</name> <description> A collection of utility classes to ease usage of the repository system. </description> <properties> <bundle.symbolicName>org.eclipse.aether.util</bundle.symbolicName> </properties> <dependencies> <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-test-util</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-util</artifactId> <version>1.0.2.v20150114</version> </dependency>
If you think the following aether-util-1.0.2.v20150114.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download aether-util-1.0.2.v20150114.jar file