Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdspring-boot-operator-framework-starter |
Version | Version0.3.9 |
Type | Typejar |
<!-- 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>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/
implementation 'com.github.containersolutions:spring-boot-operator-framework-starter:0.3.9'
// https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/
implementation ("com.github.containersolutions:spring-boot-operator-framework-starter:0.3.9")
'com.github.containersolutions:spring-boot-operator-framework-starter:jar:0.3.9'
<dependency org="com.github.containersolutions" name="spring-boot-operator-framework-starter" rev="0.3.9">
<artifact name="spring-boot-operator-framework-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='spring-boot-operator-framework-starter', version='0.3.9')
)
libraryDependencies += "com.github.containersolutions" % "spring-boot-operator-framework-starter" % "0.3.9"
[com.github.containersolutions/spring-boot-operator-framework-starter "0.3.9"]