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