| Package | Description |
|---|---|
| org.kuali.common.util |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
RepositoryUtils.parseDependency(String gav)
Deprecated.
Order is
groupId:artifactId:version:classifier:type:scope. |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
Project.getDependencies()
Deprecated.
|
static List<Dependency> |
ProjectUtils.getDependencies(String csv)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RepositoryUtils.toString(Dependency dependency)
Deprecated.
Order is
groupId:artifactId:version:classifier:type:scope. |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setDependencies(List<Dependency> dependencies)
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.