GroupId | GroupIdorg.kie.kogito.examples |
---|---|
ArtifactId | ArtifactIdtimer-springboot-example |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
timer-springboot-example-0.8.0.pom | |
timer-springboot-example-0.8.0.jar | 43 MB |
timer-springboot-example-0.8.0-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>timer-springboot-example</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/
implementation 'org.kie.kogito.examples:timer-springboot-example:0.8.0'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/timer-springboot-example/
implementation ("org.kie.kogito.examples:timer-springboot-example:0.8.0")
'org.kie.kogito.examples:timer-springboot-example:jar:0.8.0'
<dependency org="org.kie.kogito.examples" name="timer-springboot-example" rev="0.8.0">
<artifact name="timer-springboot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='timer-springboot-example', version='0.8.0')
)
libraryDependencies += "org.kie.kogito.examples" % "timer-springboot-example" % "0.8.0"
[org.kie.kogito.examples/timer-springboot-example "0.8.0"]