parent

Provides the common configuration used by any other codedoers maven artifacts. This configuration covers (or can cover in future versions): - automatic checkstyle rules for any project - signing procedures - automatic documentation/site generation - etc.

License

License

GroupId

GroupId

org.codedoers.util
ArtifactId

ArtifactId

parent
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

parent
Provides the common configuration used by any other codedoers maven artifacts. This configuration covers (or can cover in future versions): - automatic checkstyle rules for any project - signing procedures - automatic documentation/site generation - etc.
Project URL

Project URL

https://bitbucket.org/codedoers/util-parent-pom
Project Organization

Project Organization

codedoers.org

Download parent

Filename Size
parent-0.0.2.pom 3 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1