GroupId | GroupIdcom.truthbean.logger |
---|---|
ArtifactId | ArtifactIdlog4j2-adapter |
Version | Version0.2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.truthbean.logger/log4j2-adapter/ -->
<dependency>
<groupId>com.truthbean.logger</groupId>
<artifactId>log4j2-adapter</artifactId>
<version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truthbean.logger/log4j2-adapter/
implementation 'com.truthbean.logger:log4j2-adapter:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.truthbean.logger/log4j2-adapter/
implementation ("com.truthbean.logger:log4j2-adapter:0.2.0-RELEASE")
'com.truthbean.logger:log4j2-adapter:jar:0.2.0-RELEASE'
<dependency org="com.truthbean.logger" name="log4j2-adapter" rev="0.2.0-RELEASE">
<artifact name="log4j2-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truthbean.logger', module='log4j2-adapter', version='0.2.0-RELEASE')
)
libraryDependencies += "com.truthbean.logger" % "log4j2-adapter" % "0.2.0-RELEASE"
[com.truthbean.logger/log4j2-adapter "0.2.0-RELEASE"]