Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdde.micromata.mgc |
ArtifactId | ArtifactIdde.micromata.mgc.logging |
Version | Version3.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.logging/ -->
<dependency>
<groupId>de.micromata.mgc</groupId>
<artifactId>de.micromata.mgc.logging</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.logging/
implementation 'de.micromata.mgc:de.micromata.mgc.logging:3.1.2'
// https://jarcasting.com/artifacts/de.micromata.mgc/de.micromata.mgc.logging/
implementation ("de.micromata.mgc:de.micromata.mgc.logging:3.1.2")
'de.micromata.mgc:de.micromata.mgc.logging:jar:3.1.2'
<dependency org="de.micromata.mgc" name="de.micromata.mgc.logging" rev="3.1.2">
<artifact name="de.micromata.mgc.logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.micromata.mgc', module='de.micromata.mgc.logging', version='3.1.2')
)
libraryDependencies += "de.micromata.mgc" % "de.micromata.mgc.logging" % "3.1.2"
[de.micromata.mgc/de.micromata.mgc.logging "3.1.2"]