뉴스/소식
Maven Artifact Resolver (Shared Library) 1.0 릴리즈
노안돼지
2009. 9. 23. 09:22
The Maven team is pleased to announce the release of the Maven Artifact Resolver, version 1.0
This is a shared library that aims to simplify as much as possible the task of resolving dependency artifacts for one or more projects (MavenProject instances) all at once.
http://maven.apache.org/shared/maven-artifact-resolver/
To use the resolver library, add the following to your POM's dependencies section:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-resolver</artifactId>
<version>1.0</version>
</dependency>
Release Notes - Maven Shared Components - Version maven-artifact-resolver-1.0
Enjoy,
-The Maven team