is not current version
Last Version 1.17

com.github.lstephen:basepom 1.5

A base POM for Java projects from https://github.com/lstephen

GroupId

GroupId

com.github.lstephen
ArtifactId

ArtifactId

basepom
Version

Version

1.5
Type

Type

pom

Download basepom 1.5

Filename Size
basepom-1.5.pom 9 KB
Browse

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