MVN

com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer

Maven & Gradle

Dec 13, 2021
41 stars

Maven Shade Log4j2 transformer · Transformer implementation to concatenate Log4j2Plugins.dat files

<dependency>
    <groupId>com.github.edwgiz</groupId>
    <artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId>
    <version>2.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.0

All Versions

Choose a version of com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
maven-shade-plugin.log4j2-cachefile-transformer-2.15.0
2.15
maven-shade-plugin.log4j2-cachefile-transformer-2.15
2.14.x
maven-shade-plugin.log4j2-cachefile-transformer-2.14.1
maven-shade-plugin.log4j2-cachefile-transformer-2.14.0
2.13.x
maven-shade-plugin.log4j2-cachefile-transformer-2.13.3
maven-shade-plugin.log4j2-cachefile-transformer-2.13.2
maven-shade-plugin.log4j2-cachefile-transformer-2.13.1
maven-shade-plugin.log4j2-cachefile-transformer-2.13.0
2.8.x
maven-shade-plugin.log4j2-cachefile-transformer-2.8.1
2.8
maven-shade-plugin.log4j2-cachefile-transformer-2.8
2.7
maven-shade-plugin.log4j2-cachefile-transformer-2.7
2.6.x
maven-shade-plugin.log4j2-cachefile-transformer-2.6.2
maven-shade-plugin.log4j2-cachefile-transformer-2.6.1
2.1
maven-shade-plugin.log4j2-cachefile-transformer-2.1

How to add a dependency to Maven

Add the following com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.edwgiz</groupId>
    <artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId>
    <version>2.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer gradle dependency to your build.gradle file:

implementation 'com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer:2.15.0'

Gradle Kotlin DSL: Add the following com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer:2.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.edwgiz : maven-shade-plugin.log4j2-cachefile-transformer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.edwgiz" % "maven-shade-plugin.log4j2-cachefile-transformer" % "2.15.0"