Last Version

pom-util 1.8

A library for reading Maven POM files.

License

License

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

pom-util
Version

Version

1.8
Type

Type

jar
Description

Description

pom-util
A library for reading Maven POM files.
Project URL

Project URL

http://github.com/samskivert/pom-util/
Source Code Management

Source Code Management

https://github.com/samskivert/pom-util/

Download pom-util 1.8


<!-- https://jarcasting.com/artifacts/com.samskivert/pom-util/ -->
<dependency>
    <groupId>com.samskivert</groupId>
    <artifactId>pom-util</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/pom-util/
implementation 'com.samskivert:pom-util:1.8'
// https://jarcasting.com/artifacts/com.samskivert/pom-util/
implementation ("com.samskivert:pom-util:1.8")
'com.samskivert:pom-util:jar:1.8'
<dependency org="com.samskivert" name="pom-util" rev="1.8">
  <artifact name="pom-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='pom-util', version='1.8')
)
libraryDependencies += "com.samskivert" % "pom-util" % "1.8"
[com.samskivert/pom-util "1.8"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.0
org.scala-lang.modules : scala-xml_2.12 jar 1.0.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.