| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.akiraly.reusable-poms |
| ArtifactId | ArtifactIdpom-parent-with-java-util-libs |
| Version | Version4 |
| Type | Typepom |
| Description |
DescriptionMaven parent pom with some generic java utility libs
Guava, commons-*, logging, ...
|
| Filename | Size |
|---|---|
| pom-parent-with-java-util-libs-4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-java-util-libs</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:4'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs/
implementation ("com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:4")
'com.github.akiraly.reusable-poms:pom-parent-with-java-util-libs:pom:4'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-java-util-libs" rev="4">
<artifact name="pom-parent-with-java-util-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-java-util-libs', version='4')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-java-util-libs" % "4"
[com.github.akiraly.reusable-poms/pom-parent-with-java-util-libs "4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.akiraly.reusable-poms : ver4j | jar | 4 |
| commons-codec : commons-codec | jar | 1.9 |
| commons-io : commons-io | jar | 2.4 |
| com.google.code.findbugs : jsr305 | jar | 2.0.2 |
| com.google.guava : guava | jar | 16.0-rc1 |
| joda-time : joda-time | jar | 2.3 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.apache.commons : commons-math3 | jar | 3.2 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-integration | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.akiraly.reusable-poms : pom-parent-with-java-log-libs | pom | 4 |