Coda's Common POM
Don't use this. This is for me. This is not for you.
License |
License |
---|---|
GroupId | GroupIdcom.codahale |
ArtifactId | ArtifactIdcommon-pom |
Last Version | Last Version0.0.20 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommon-pom
A common POM for Java software written by Coda Hale.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
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 |
Don't use this. This is for me. This is not for you.