GroupId | GroupIdde.huxhorn.lilith |
---|---|
ArtifactId | ArtifactIdde.huxhorn.lilith.log4j.xml |
Version | Version8.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.log4j.xml/ -->
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.log4j.xml</artifactId>
<version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.log4j.xml/
implementation 'de.huxhorn.lilith:de.huxhorn.lilith.log4j.xml:8.1.1'
// https://jarcasting.com/artifacts/de.huxhorn.lilith/de.huxhorn.lilith.log4j.xml/
implementation ("de.huxhorn.lilith:de.huxhorn.lilith.log4j.xml:8.1.1")
'de.huxhorn.lilith:de.huxhorn.lilith.log4j.xml:jar:8.1.1'
<dependency org="de.huxhorn.lilith" name="de.huxhorn.lilith.log4j.xml" rev="8.1.1">
<artifact name="de.huxhorn.lilith.log4j.xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.lilith', module='de.huxhorn.lilith.log4j.xml', version='8.1.1')
)
libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.log4j.xml" % "8.1.1"
[de.huxhorn.lilith/de.huxhorn.lilith.log4j.xml "8.1.1"]