is not current version
Last Version 2.0.11

com.codetaco:pom 1.0.1

A POM to rule all CodeTaco POMs

GroupId

GroupId

com.codetaco
ArtifactId

ArtifactId

pom
Version

Version

1.0.1
Type

Type

pom

Download pom 1.0.1

Filename Size
pom-1.0.1.pom 6 KB
Browse

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