GroupId | GroupIdcom.plumelog |
---|---|
ArtifactId | ArtifactIdplumelog-log4j2 |
Version | Version3.4 |
Type | Typejar |
Filename | Size |
---|---|
plumelog-log4j2-3.4.pom | |
plumelog-log4j2-3.4.jar | 11 KB |
plumelog-log4j2-3.4-sources.jar | 5 KB |
plumelog-log4j2-3.4-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plumelog/plumelog-log4j2/ -->
<dependency>
<groupId>com.plumelog</groupId>
<artifactId>plumelog-log4j2</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.plumelog/plumelog-log4j2/
implementation 'com.plumelog:plumelog-log4j2:3.4'
// https://jarcasting.com/artifacts/com.plumelog/plumelog-log4j2/
implementation ("com.plumelog:plumelog-log4j2:3.4")
'com.plumelog:plumelog-log4j2:jar:3.4'
<dependency org="com.plumelog" name="plumelog-log4j2" rev="3.4">
<artifact name="plumelog-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plumelog', module='plumelog-log4j2', version='3.4')
)
libraryDependencies += "com.plumelog" % "plumelog-log4j2" % "3.4"
[com.plumelog/plumelog-log4j2 "3.4"]