GroupId | GroupIdcom.samskivert |
---|---|
ArtifactId | ArtifactIdsbt-pom-util |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
sbt-pom-util-0.4.pom | |
sbt-pom-util-0.4.jar | 33 KB |
sbt-pom-util-0.4-sources.jar | 2 KB |
sbt-pom-util-0.4-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.samskivert/sbt-pom-util/ -->
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>sbt-pom-util</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.samskivert/sbt-pom-util/
implementation 'com.samskivert:sbt-pom-util:0.4'
// https://jarcasting.com/artifacts/com.samskivert/sbt-pom-util/
implementation ("com.samskivert:sbt-pom-util:0.4")
'com.samskivert:sbt-pom-util:jar:0.4'
<dependency org="com.samskivert" name="sbt-pom-util" rev="0.4">
<artifact name="sbt-pom-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samskivert', module='sbt-pom-util', version='0.4')
)
libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.4"
[com.samskivert/sbt-pom-util "0.4"]