is not current version
Last Version 1.1.8

com.wandrell.maven:base-pom 1.0.0

Generic base POM for Java projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.wandrell.maven
ArtifactId

ArtifactId

base-pom
Version

Version

1.0.0
Type

Type

pom

Download base-pom 1.0.0

Filename Size
base-pom-1.0.0.pom 32 KB
Browse

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