public final class Bom extends Object
| Constructor and Description |
|---|
Bom(String coordinates,
com.google.common.collect.ImmutableList<org.eclipse.aether.artifact.Artifact> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordinates()
Returns group:artifact:version.
|
com.google.common.collect.ImmutableList<org.eclipse.aether.artifact.Artifact> |
getManagedDependencies()
Returns the artifacts found in this BOM's managedDependencies section.
|
public Bom(String coordinates, com.google.common.collect.ImmutableList<org.eclipse.aether.artifact.Artifact> artifacts)
coordinates - group:artifact:versionartifacts - the artifacts found in this BOM's managedDependencies sectionpublic com.google.common.collect.ImmutableList<org.eclipse.aether.artifact.Artifact> getManagedDependencies()
public String getCoordinates()
Copyright © 2018–2020 Google LLC.. All rights reserved.