Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.kloudtek.elogging |
ArtifactId | ArtifactIdelogging-log4j2 |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
elogging-log4j2-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/ -->
<dependency>
<groupId>com.kloudtek.elogging</groupId>
<artifactId>elogging-log4j2</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/
implementation 'com.kloudtek.elogging:elogging-log4j2:1.0.0'
// https://jarcasting.com/artifacts/com.kloudtek.elogging/elogging-log4j2/
implementation ("com.kloudtek.elogging:elogging-log4j2:1.0.0")
'com.kloudtek.elogging:elogging-log4j2:pom:1.0.0'
<dependency org="com.kloudtek.elogging" name="elogging-log4j2" rev="1.0.0">
<artifact name="elogging-log4j2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.elogging', module='elogging-log4j2', version='1.0.0')
)
libraryDependencies += "com.kloudtek.elogging" % "elogging-log4j2" % "1.0.0"
[com.kloudtek.elogging/elogging-log4j2 "1.0.0"]