Registry / utility / vifraa-gopom

vifraa-gopom

JSON →
library1.0.0gogounverified

GoPom is a Go library for parsing and working with Maven POM files.

go get github.com/vifraa/gopom
INSTALL
IMPORT
SIG · VIFRAA-GOPOM
V
vifraa-gopom
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gopom
github.com/vifraa/gopom

Parses a Maven POM file and prints the artifact ID.

package main import ( "fmt" "github.com/vifraa/gopom" ) func main() { pom, err := gopom.Parse("pom.xml") if err != nil { panic(err) } fmt.Println(pom.Project.ArtifactId) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vifraa-gopom — go get vifraa-gopom · libregistry