GroupId | GroupIdio.fabric8.insight |
---|---|
ArtifactId | ArtifactIdinsight-log4j |
Version | Version1.1.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
insight-log4j-1.1.0.CR1.pom | |
insight-log4j-1.1.0.CR1.jar | 112 KB |
insight-log4j-1.1.0.CR1-sources.jar | 28 KB |
insight-log4j-1.1.0.CR1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.insight/insight-log4j/ -->
<dependency>
<groupId>io.fabric8.insight</groupId>
<artifactId>insight-log4j</artifactId>
<version>1.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.insight/insight-log4j/
implementation 'io.fabric8.insight:insight-log4j:1.1.0.CR1'
// https://jarcasting.com/artifacts/io.fabric8.insight/insight-log4j/
implementation ("io.fabric8.insight:insight-log4j:1.1.0.CR1")
'io.fabric8.insight:insight-log4j:jar:1.1.0.CR1'
<dependency org="io.fabric8.insight" name="insight-log4j" rev="1.1.0.CR1">
<artifact name="insight-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.insight', module='insight-log4j', version='1.1.0.CR1')
)
libraryDependencies += "io.fabric8.insight" % "insight-log4j" % "1.1.0.CR1"
[io.fabric8.insight/insight-log4j "1.1.0.CR1"]