Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.danielfelgar |
ArtifactId | ArtifactIdmorphia-logging-log4j2 |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.danielfelgar/morphia-logging-log4j2/ -->
<dependency>
<groupId>com.github.danielfelgar</groupId>
<artifactId>morphia-logging-log4j2</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielfelgar/morphia-logging-log4j2/
implementation 'com.github.danielfelgar:morphia-logging-log4j2:1.0'
// https://jarcasting.com/artifacts/com.github.danielfelgar/morphia-logging-log4j2/
implementation ("com.github.danielfelgar:morphia-logging-log4j2:1.0")
'com.github.danielfelgar:morphia-logging-log4j2:jar:1.0'
<dependency org="com.github.danielfelgar" name="morphia-logging-log4j2" rev="1.0">
<artifact name="morphia-logging-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielfelgar', module='morphia-logging-log4j2', version='1.0')
)
libraryDependencies += "com.github.danielfelgar" % "morphia-logging-log4j2" % "1.0"
[com.github.danielfelgar/morphia-logging-log4j2 "1.0"]