@ThreadSafe public final class ComposerDependency extends Object
| Constructor and Description |
|---|
ComposerDependency(String group,
String project,
String version)
Create a ComposerDependency from group, project, and version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGroup()
Get the group.
|
String |
getProject()
Get the project.
|
String |
getVersion()
Get the version.
|
int |
hashCode() |
Copyright © 2012–2020 OWASP. All rights reserved.