Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-spring-boot |
Version | Version0.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-spring-boot</artifactId>
<version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot:0.3.6'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot:0.3.6")
'com.github.containersolutions:operator-framework-samples-spring-boot:jar:0.3.6'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot" rev="0.3.6">
<artifact name="operator-framework-samples-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot', version='0.3.6')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot" % "0.3.6"
[com.github.containersolutions/operator-framework-samples-spring-boot "0.3.6"]