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