Files download
File Operation
sbt-pom-build-1.0.2.jar download
sbt-pom-build-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.jacoby6000</groupId>
  <artifactId>sbt-pom-build</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.jacoby6000:sbt-pom-build:1.0.2'
Gradle Kotlin
implementation("com.github.jacoby6000:sbt-pom-build:1.0.2")
Scala SBT
libraryDependencies += "com.github.jacoby6000" % "sbt-pom-build" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jacoby6000', module='sbt-pom-build', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.jacoby6000" name="sbt-pom-build" rev="1.0.2" />
Leiningen
[com.github.jacoby6000/sbt-pom-build "1.0.2"]
Apache Buildr
'com.github.jacoby6000:sbt-pom-build:jar:1.0.2'
Dependencies
The project has no third-party dependencies