| Package | Description |
|---|---|
| com.atlassian.plugins.codegen |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDependency |
ArtifactDependency.dependency(ArtifactId groupAndArtifactId,
String version,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(ArtifactId groupAndArtifactId,
VersionId versionId,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(String groupId,
String artifactId,
String version,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
static ArtifactDependency |
ArtifactDependency.dependency(String groupId,
String artifactId,
VersionId versionId,
ArtifactDependency.Scope scope)
Creates a dependency descriptor whose version string is provided explicitly.
|
Copyright © 2015 Atlassian. All rights reserved.