Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIddmn-drools-springboot-metrics |
Version | Version1.11.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/dmn-drools-springboot-metrics/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>dmn-drools-springboot-metrics</artifactId>
<version>1.11.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/dmn-drools-springboot-metrics/
implementation 'org.kie.kogito.examples:dmn-drools-springboot-metrics:1.11.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/dmn-drools-springboot-metrics/
implementation ("org.kie.kogito.examples:dmn-drools-springboot-metrics:1.11.0.Final")
'org.kie.kogito.examples:dmn-drools-springboot-metrics:jar:1.11.0.Final'
<dependency org="org.kie.kogito.examples" name="dmn-drools-springboot-metrics" rev="1.11.0.Final">
<artifact name="dmn-drools-springboot-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='dmn-drools-springboot-metrics', version='1.11.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "dmn-drools-springboot-metrics" % "1.11.0.Final"
[org.kie.kogito.examples/dmn-drools-springboot-metrics "1.11.0.Final"]