is not current version
Last Version 1.0.5

com.codetaco:parent 1.0.1

A POM to rule all CodeTaco POMs

GroupId

GroupId

com.codetaco
ArtifactId

ArtifactId

parent
Version

Version

1.0.1
Type

Type

pom

Download parent 1.0.1

Filename Size
parent-1.0.1.pom 7 KB
Browse

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