package
Version:
v0.7.24
Opens a new window with list of versions in this module.
Published: Mar 28, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Dependency holds revision information after parsing output.
OkBuck defines an interface for all OkBuck tool implementations.
New creates a new OkBuck instance that calls the okbuck build tool directly.
Setup implements OkBuck and defines how to retrieve OkBuck output.
Deps finds the dependencies of an OkBuck target or classpath using
the supplied command and returns the dependency graph.
type Target struct {
BinaryJar string `json:"binaryJar"`
Aar string `json:"aar"`
MavenCoordinates string `json:"mavenCoords"`
}
Target represents an OkBuck build target.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.