| GroupId | GroupIdcom.stackify |
|---|---|
| ArtifactId | ArtifactIdstackify-log-log4j12 |
| Version | Version2.1.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j12/ -->
<dependency>
<groupId>com.stackify</groupId>
<artifactId>stackify-log-log4j12</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j12/
implementation 'com.stackify:stackify-log-log4j12:2.1.2'
// https://jarcasting.com/artifacts/com.stackify/stackify-log-log4j12/
implementation ("com.stackify:stackify-log-log4j12:2.1.2")
'com.stackify:stackify-log-log4j12:jar:2.1.2'
<dependency org="com.stackify" name="stackify-log-log4j12" rev="2.1.2">
<artifact name="stackify-log-log4j12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stackify', module='stackify-log-log4j12', version='2.1.2')
)
libraryDependencies += "com.stackify" % "stackify-log-log4j12" % "2.1.2"
[com.stackify/stackify-log-log4j12 "2.1.2"]