GroupId | GroupIdio.fabric8.insight |
---|---|
ArtifactId | ArtifactIdinsight-log-core |
Version | Version1.2.0.Beta3 |
Type | Typejar |
Filename | Size |
---|---|
insight-log-core-1.2.0.Beta3.pom | |
insight-log-core-1.2.0.Beta3.jar | 21 KB |
insight-log-core-1.2.0.Beta3-sources.jar | 17 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.2.0.Beta3</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.insight/insight-log-core/
implementation 'io.fabric8.insight:insight-log-core:1.2.0.Beta3'
// https://jarcasting.com/artifacts/io.fabric8.insight/insight-log-core/
implementation ("io.fabric8.insight:insight-log-core:1.2.0.Beta3")
'io.fabric8.insight:insight-log-core:jar:1.2.0.Beta3'
<dependency org="io.fabric8.insight" name="insight-log-core" rev="1.2.0.Beta3">
<artifact name="insight-log-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.insight', module='insight-log-core', version='1.2.0.Beta3')
)
libraryDependencies += "io.fabric8.insight" % "insight-log-core" % "1.2.0.Beta3"
[io.fabric8.insight/insight-log-core "1.2.0.Beta3"]