is not current version
Last Version 23

name.pehl:superpom 20

Common super POM for all my projects

GroupId

GroupId

name.pehl
ArtifactId

ArtifactId

superpom
Version

Version

20
Type

Type

pom

Download superpom 20

Filename Size
superpom-20.pom 7 KB
Browse

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