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