is not current version
Last Version 1.1.8

com.wandrell.maven:base-pom 0.1.1

Base POM for Java projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.wandrell.maven
ArtifactId

ArtifactId

base-pom
Version

Version

0.1.1
Type

Type

pom

Download base-pom 0.1.1

Filename Size
base-pom-0.1.1.pom 36 KB
Browse

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