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.3.pom download
Apache Maven
<dependency>
  <groupId>com.anrisoftware.globalpom</groupId>
  <artifactId>globalpomutils-parent</artifactId>
  <version>2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anrisoftware.globalpom:globalpomutils-parent:2.3'
Gradle Kotlin
implementation("com.anrisoftware.globalpom:globalpomutils-parent:2.3")
Scala SBT
libraryDependencies += "com.anrisoftware.globalpom" % "globalpomutils-parent" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.anrisoftware.globalpom', module='globalpomutils-parent', version='2.3')
)
Apache Ivy
<dependency org="com.anrisoftware.globalpom" name="globalpomutils-parent" rev="2.3" />
Leiningen
[com.anrisoftware.globalpom/globalpomutils-parent "2.3"]
Apache Buildr
'com.anrisoftware.globalpom:globalpomutils-parent:jar:2.3'