i

ibm-pom-ace

Parent POM For ACE Applications
https://github.com/jpcasas/ibm-projects-poms.git
Files download
File Operation
ibm-pom-ace-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.github.jpcasas.ibm.plugin.pom</groupId>
  <artifactId>ibm-pom-ace</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.jpcasas.ibm.plugin.pom:ibm-pom-ace:1.0.3'
Gradle Kotlin
implementation("io.github.jpcasas.ibm.plugin.pom:ibm-pom-ace:1.0.3")
Scala SBT
libraryDependencies += "io.github.jpcasas.ibm.plugin.pom" % "ibm-pom-ace" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jpcasas.ibm.plugin.pom', module='ibm-pom-ace', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.jpcasas.ibm.plugin.pom" name="ibm-pom-ace" rev="1.0.3" />
Leiningen
[io.github.jpcasas.ibm.plugin.pom/ibm-pom-ace "1.0.3"]
Apache Buildr
'io.github.jpcasas.ibm.plugin.pom:ibm-pom-ace:jar:1.0.3'