package
0.0.0-20241223194649-a468d7bbe9b2
Repository: https://github.com/google/oss-rebuild.git
Documentation: pkg.go.dev

# Functions

PackageMetadata returns the metadata for a Maven package.
ReleaseFile returns a release file for a Maven package version.
VersionMetadata returns the metadata for a Maven package version.
VersionPomXML returns the POM file for a Maven package version.

# Constants

TypeJar is a jar file.
TypeJavadoc is a javadoc file.
TypeModule is a module file.
TypePOM is a POM file.
TypeSources is a sources file.

# Structs

MavenMetadata is the root element of a Maven metadata file.
MavenPackage is a Maven package.
MavenVersion is the metadata for a Maven package version.
Parent represents the parent package ref within a Maven POM file.
PomXML is the root element of a Maven POM file.

# Type aliases

FileType is a Maven package file type.