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