Last Version

common-pom 0.0.20

A common POM for Java software written by Coda Hale.

License

License

GroupId

GroupId

com.codahale
ArtifactId

ArtifactId

common-pom
Version

Version

0.0.20
Type

Type

pom
Description

Description

common-pom
A common POM for Java software written by Coda Hale.
Project URL

Project URL

https://github.com/codahale/common-pom
Source Code Management

Source Code Management

https://github.com/codahale/common-pom

Download common-pom 0.0.20

Filename Size
common-pom-0.0.20.pom 16 KB
Browse

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

Dependencies

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.0
org.assertj : assertj-core jar 3.12.2
org.quicktheories : quicktheories jar 0.26
org.mockito : mockito-core jar 2.27.0
org.openjdk.jmh : jmh-core jar 1.21
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.