License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-spring-boot-plain |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionOperator SDK - Samples - Spring Boot - Plain
Sample usage with Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-spring-boot-plain</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot-plain:1.3.0'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-plain/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot-plain:1.3.0")
'com.github.containersolutions:operator-framework-samples-spring-boot-plain:jar:1.3.0'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot-plain" rev="1.3.0">
<artifact name="operator-framework-samples-spring-boot-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot-plain', version='1.3.0')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot-plain" % "1.3.0"
[com.github.containersolutions/operator-framework-samples-spring-boot-plain "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.containersolutions : operator-framework-samples-common | jar | 1.3.0 |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |