is not current version
Last Version 1.1.8

com.wandrell.maven:base-pom 1.1.7

Generic base POM for Maven-based Java projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.wandrell.maven
ArtifactId

ArtifactId

base-pom
Version

Version

1.1.7
Type

Type

pom

Download base-pom 1.1.7

Filename Size
base-pom-1.1.7.pom 38 KB
Browse

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