is not current version
Last Version 2.0.11

com.codetaco:pom 2.0.1

A POM to rule all CodeTaco POMs

GroupId

GroupId

com.codetaco
ArtifactId

ArtifactId

pom
Version

Version

2.0.1
Type

Type

pom

Download pom 2.0.1

Filename Size
pom-2.0.1.pom 12 KB
Browse

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