is not current version
Last Version 4.6.2

com.anrisoftware.globalpom:globalpom-parent 1.37

Declares all dependencies and all maven plugins needed for a ANRI GmbH project. It will declare the listed properties, add plugin to deploy source and test sources and deploy the project-tests with the project jar.

GroupId

GroupId

com.anrisoftware.globalpom
ArtifactId

ArtifactId

globalpom-parent
Version

Version

1.37
Type

Type

jar

Download globalpom-parent 1.37


<!-- https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/ -->
<dependency>
    <groupId>com.anrisoftware.globalpom</groupId>
    <artifactId>globalpom-parent</artifactId>
    <version>1.37</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/
implementation 'com.anrisoftware.globalpom:globalpom-parent:1.37'
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-parent/
implementation ("com.anrisoftware.globalpom:globalpom-parent:1.37")
'com.anrisoftware.globalpom:globalpom-parent:jar:1.37'
<dependency org="com.anrisoftware.globalpom" name="globalpom-parent" rev="1.37">
  <artifact name="globalpom-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.globalpom', module='globalpom-parent', version='1.37')
)
libraryDependencies += "com.anrisoftware.globalpom" % "globalpom-parent" % "1.37"
[com.anrisoftware.globalpom/globalpom-parent "1.37"]