Categories |
CategoriesMaven Build Tools ORM Data |
---|---|
GroupId | GroupIdcom.github.edwgiz |
ArtifactId | ArtifactIdmaven-shade-plugin.log4j2-cachefile-transformer |
Version | Version2.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.edwgiz/maven-shade-plugin.log4j2-cachefile-transformer/ -->
<dependency>
<groupId>com.github.edwgiz</groupId>
<artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edwgiz/maven-shade-plugin.log4j2-cachefile-transformer/
implementation 'com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer:2.6.2'
// https://jarcasting.com/artifacts/com.github.edwgiz/maven-shade-plugin.log4j2-cachefile-transformer/
implementation ("com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer:2.6.2")
'com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer:jar:2.6.2'
<dependency org="com.github.edwgiz" name="maven-shade-plugin.log4j2-cachefile-transformer" rev="2.6.2">
<artifact name="maven-shade-plugin.log4j2-cachefile-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edwgiz', module='maven-shade-plugin.log4j2-cachefile-transformer', version='2.6.2')
)
libraryDependencies += "com.github.edwgiz" % "maven-shade-plugin.log4j2-cachefile-transformer" % "2.6.2"
[com.github.edwgiz/maven-shade-plugin.log4j2-cachefile-transformer "2.6.2"]