Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.kie |
ArtifactId | ArtifactIdkie-spring-boot |
Version | Version7.31.0.Final |
Type | Typepom |
Filename | Size |
---|---|
kie-spring-boot-7.31.0.Final.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie/kie-spring-boot/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-spring-boot</artifactId>
<version>7.31.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-spring-boot/
implementation 'org.kie:kie-spring-boot:7.31.0.Final'
// https://jarcasting.com/artifacts/org.kie/kie-spring-boot/
implementation ("org.kie:kie-spring-boot:7.31.0.Final")
'org.kie:kie-spring-boot:pom:7.31.0.Final'
<dependency org="org.kie" name="kie-spring-boot" rev="7.31.0.Final">
<artifact name="kie-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-spring-boot', version='7.31.0.Final')
)
libraryDependencies += "org.kie" % "kie-spring-boot" % "7.31.0.Final"
[org.kie/kie-spring-boot "7.31.0.Final"]