Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators Configuration config |
---|---|
GroupId | GroupIdcom.github.containersolutions |
ArtifactId | ArtifactIdoperator-framework-samples-spring-boot-auto-configuration |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/ -->
<dependency>
<groupId>com.github.containersolutions</groupId>
<artifactId>operator-framework-samples-spring-boot-auto-configuration</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/
implementation 'com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:1.2.1'
// https://jarcasting.com/artifacts/com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration/
implementation ("com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:1.2.1")
'com.github.containersolutions:operator-framework-samples-spring-boot-auto-configuration:jar:1.2.1'
<dependency org="com.github.containersolutions" name="operator-framework-samples-spring-boot-auto-configuration" rev="1.2.1">
<artifact name="operator-framework-samples-spring-boot-auto-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.containersolutions', module='operator-framework-samples-spring-boot-auto-configuration', version='1.2.1')
)
libraryDependencies += "com.github.containersolutions" % "operator-framework-samples-spring-boot-auto-configuration" % "1.2.1"
[com.github.containersolutions/operator-framework-samples-spring-boot-auto-configuration "1.2.1"]