License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdspring-boot-operator-framework-starter |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOperator SDK - Spring Boot Starter
Spring Boot starter for framework
|
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>spring-boot-operator-framework-starter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/
implementation 'com.github.containersolutions:spring-boot-operator-framework-starter:1.3.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/
implementation ("com.github.containersolutions:spring-boot-operator-framework-starter:1.3.0")
'com.github.containersolutions:spring-boot-operator-framework-starter:jar:1.3.0'
<dependency org="com.github.containersolutions" name="spring-boot-operator-framework-starter" rev="1.3.0">
<artifact name="spring-boot-operator-framework-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='spring-boot-operator-framework-starter', version='1.3.0')
)
libraryDependencies += "com.github.containersolutions" % "spring-boot-operator-framework-starter" % "1.3.0"
[com.github.containersolutions/spring-boot-operator-framework-starter "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
com.github.containersolutions : operator-framework | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.mockito : mockito-core | jar | 3.4.4 |