| Package | Description |
|---|---|
| org.mule.connectivity.restconnect.internal.model |
| Modifier and Type | Method and Description |
|---|---|
MavenDependency.Scope |
MavenDependency.getScope() |
static MavenDependency.Scope |
MavenDependency.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenDependency.Scope[] |
MavenDependency.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MavenDependency(String groupId,
String artifactId,
String version,
MavenDependency.Scope scope) |
MavenDependency(String groupId,
String artifactId,
String version,
String classifier,
MavenDependency.Scope scope) |
MavenDependency(String groupId,
String artifactId,
String version,
String classifier,
String packaging,
MavenDependency.Scope scope) |
Copyright © 2020. All rights reserved.