Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.edwgiz |
ArtifactId | ArtifactIdlog4j-maven-shade-plugin-extensions |
Version | Version2.16.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.edwgiz/log4j-maven-shade-plugin-extensions/ -->
<dependency>
<groupId>io.github.edwgiz</groupId>
<artifactId>log4j-maven-shade-plugin-extensions</artifactId>
<version>2.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.edwgiz/log4j-maven-shade-plugin-extensions/
implementation 'io.github.edwgiz:log4j-maven-shade-plugin-extensions:2.16.0'
// https://jarcasting.com/artifacts/io.github.edwgiz/log4j-maven-shade-plugin-extensions/
implementation ("io.github.edwgiz:log4j-maven-shade-plugin-extensions:2.16.0")
'io.github.edwgiz:log4j-maven-shade-plugin-extensions:jar:2.16.0'
<dependency org="io.github.edwgiz" name="log4j-maven-shade-plugin-extensions" rev="2.16.0">
<artifact name="log4j-maven-shade-plugin-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.edwgiz', module='log4j-maven-shade-plugin-extensions', version='2.16.0')
)
libraryDependencies += "io.github.edwgiz" % "log4j-maven-shade-plugin-extensions" % "2.16.0"
[io.github.edwgiz/log4j-maven-shade-plugin-extensions "2.16.0"]