g

globalpomutils-parent

Manages the version and dependencies for the utilities modules.
https://anrisoftware.com/projects/projects/globalpomutils-parent
LGPLv3
Erwin Müller
Files download
File Operation
globalpomutils-parent-2.10.pom download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.globalpom</groupId>
  <artifactId>globalpomutils-parent</artifactId>
  <version>2.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.globalpom:globalpomutils-parent:2.10'
Gradle Kotlin
implementation("com.anrisoftware.globalpom:globalpomutils-parent:2.10")
Scala SBT
libraryDependencies += "com.anrisoftware.globalpom" % "globalpomutils-parent" % "2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.globalpom', module='globalpomutils-parent', version='2.10')
)
Apache Ivy
<dependency org="com.anrisoftware.globalpom" name="globalpomutils-parent" rev="2.10" />
Leiningen
[com.anrisoftware.globalpom/globalpomutils-parent "2.10"]
Apache Buildr
'com.anrisoftware.globalpom:globalpomutils-parent:jar:2.10'