is not current version
Last Version 0.6

com.samskivert:sbt-pom-util 0.3

SBT utility code that extracts metadata from POM files.

GroupId

GroupId

com.samskivert
ArtifactId

ArtifactId

sbt-pom-util
Version

Version

0.3
Type

Type

jar

Download sbt-pom-util 0.3


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