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