Package | Description |
---|---|
io.takari.builder.internal.cache |
Modifier and Type | Method and Description |
---|---|
static ScopedProjectDependencyCache.Key |
ScopedProjectDependencyCache.key(String groupId,
String artifactId,
String version,
ResolutionScope scope,
boolean transitive) |
Modifier and Type | Method and Description |
---|---|
Map<IArtifactMetadata,Path> |
ScopedProjectDependencyCache.getDependencies(ScopedProjectDependencyCache.Key key,
Supplier<Map<IArtifactMetadata,Path>> supplier)
Returns a cached set of resolved artifacts for the given key
|
Copyright © 2021. All rights reserved.