Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct {
// contains filtered or unexported fields
}
func NewCrawler ¶
type Metadata ¶
type Metadata struct {
Versioning Versioning `xml:"versioning"`
}
Metadata represents maven-metadata.xml
type Versioning ¶
type Versioning struct {
Latest string `xml:"latest"`
}
Click to show internal directories.
Click to hide internal directories.