GroupId | GroupIdcom.stackify |
---|---|
ArtifactId | ArtifactIdstackify-log-log4j2 |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
stackify-log-log4j2-1.0.6.pom | |
stackify-log-log4j2-1.0.6.jar | 12 KB |
stackify-log-log4j2-1.0.6-sources.jar | 6 KB |
stackify-log-log4j2-1.0.6-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j2/ -->
<dependency>
<groupId>com.stackify</groupId>
<artifactId>stackify-log-log4j2</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j2/
implementation 'com.stackify:stackify-log-log4j2:1.0.6'
// https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j2/
implementation ("com.stackify:stackify-log-log4j2:1.0.6")
'com.stackify:stackify-log-log4j2:jar:1.0.6'
<dependency org="com.stackify" name="stackify-log-log4j2" rev="1.0.6">
<artifact name="stackify-log-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stackify', module='stackify-log-log4j2', version='1.0.6')
)
libraryDependencies += "com.stackify" % "stackify-log-log4j2" % "1.0.6"
[com.stackify/stackify-log-log4j2 "1.0.6"]