License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.akiraly.reusable-poms |
ArtifactId | ArtifactIdpom-parent-with-java-log-libs |
Version | Version4 |
Type | Typepom |
Description |
DescriptionMaven parent pom with slf4j and logback java log libs
Pulls, slf4j, logback, forces version for commons-logging and log4j.
|
Filename | Size |
---|---|
pom-parent-with-java-log-libs-4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-log-libs/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>pom-parent-with-java-log-libs</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-log-libs/
implementation 'com.github.akiraly.reusable-poms:pom-parent-with-java-log-libs:4'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/pom-parent-with-java-log-libs/
implementation ("com.github.akiraly.reusable-poms:pom-parent-with-java-log-libs:4")
'com.github.akiraly.reusable-poms:pom-parent-with-java-log-libs:pom:4'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-java-log-libs" rev="4">
<artifact name="pom-parent-with-java-log-libs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='pom-parent-with-java-log-libs', version='4')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-java-log-libs" % "4"
[com.github.akiraly.reusable-poms/pom-parent-with-java-log-libs "4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |