gradle

package
v0.50.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 21 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies struct {
	Dependency []Dependency `xml:"dependency"`
}

type Dependency

type Dependency struct {
	GroupID    string `xml:"groupId"`
	ArtifactID string `xml:"artifactId"`
	Version    string `xml:"version"`
}

type License

type License struct {
	Name string `xml:"name"`
}

type Licenses

type Licenses struct {
	License []License `xml:"license"`
}

type Properties

type Properties map[string]string

func (*Properties) UnmarshalXML

func (props *Properties) UnmarshalXML(d *xml.Decoder, _ xml.StartElement) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL