Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdspring-boot-operator-framework-starter |
Version | Version0.3.6 |
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.6</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.6'
// https://jarcasting.com/artifacts/com.github.containersolutions/spring-boot-operator-framework-starter/
implementation ("com.github.containersolutions:spring-boot-operator-framework-starter:0.3.6")
'com.github.containersolutions:spring-boot-operator-framework-starter:jar:0.3.6'
<dependency org="com.github.containersolutions" name="spring-boot-operator-framework-starter" rev="0.3.6">
<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.6')
)
libraryDependencies += "com.github.containersolutions" % "spring-boot-operator-framework-starter" % "0.3.6"
[com.github.containersolutions/spring-boot-operator-framework-starter "0.3.6"]