License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.kie |
ArtifactId | ArtifactIdkie-spring-boot |
Version | Version7.57.0.Final |
Type | Typepom |
Description |
DescriptionKIE :: Spring :: Boot
Parent integration project for SpringBoot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kie-spring-boot-7.57.0.Final.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie/kie-spring-boot/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-spring-boot</artifactId>
<version>7.57.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-spring-boot/
implementation 'org.kie:kie-spring-boot:7.57.0.Final'
// https://jarcasting.com/artifacts/org.kie/kie-spring-boot/
implementation ("org.kie:kie-spring-boot:7.57.0.Final")
'org.kie:kie-spring-boot:pom:7.57.0.Final'
<dependency org="org.kie" name="kie-spring-boot" rev="7.57.0.Final">
<artifact name="kie-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-spring-boot', version='7.57.0.Final')
)
libraryDependencies += "org.kie" % "kie-spring-boot" % "7.57.0.Final"
[org.kie/kie-spring-boot "7.57.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.6.0 |