is not current version
Last Version 0.2.0

com.github.cchacin:basepom 0.0.4

Base POM for Maven Java Projects

GroupId

GroupId

com.github.cchacin
ArtifactId

ArtifactId

basepom
Version

Version

0.0.4
Type

Type

pom

Download basepom 0.0.4

Filename Size
basepom-0.0.4.pom 21 KB
Browse

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