is not current version
Last Version 1.17

com.github.lstephen:basepom 1.10

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

GroupId

GroupId

com.github.lstephen
ArtifactId

ArtifactId

basepom
Version

Version

1.10
Type

Type

pom

Download basepom 1.10

Filename Size
basepom-1.10.pom 11 KB
Browse

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