is not current version
Last Version 4

com.github.akiraly.reusable-poms:pom-parent-with-java-log-libs 2

Pulls, slf4j, logback, forces version for commons-logging and log4j.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

pom-parent-with-java-log-libs
Version

Version

2
Type

Type

pom

Download pom-parent-with-java-log-libs 2


<!-- 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>2</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:2'
// 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:2")
'com.github.akiraly.reusable-poms:pom-parent-with-java-log-libs:pom:2'
<dependency org="com.github.akiraly.reusable-poms" name="pom-parent-with-java-log-libs" rev="2">
  <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='2')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "pom-parent-with-java-log-libs" % "2"
[com.github.akiraly.reusable-poms/pom-parent-with-java-log-libs "2"]