Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.thierrysquirrel |
ArtifactId | ArtifactIdotter-spring-boot-autoconfigure |
Version | Version1.1.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>otter-spring-boot-autoconfigure</artifactId>
<version>1.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot-autoconfigure/
implementation 'com.github.thierrysquirrel:otter-spring-boot-autoconfigure:1.1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot-autoconfigure/
implementation ("com.github.thierrysquirrel:otter-spring-boot-autoconfigure:1.1.3-RELEASE")
'com.github.thierrysquirrel:otter-spring-boot-autoconfigure:jar:1.1.3-RELEASE'
<dependency org="com.github.thierrysquirrel" name="otter-spring-boot-autoconfigure" rev="1.1.3-RELEASE">
<artifact name="otter-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='otter-spring-boot-autoconfigure', version='1.1.3-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "otter-spring-boot-autoconfigure" % "1.1.3-RELEASE"
[com.github.thierrysquirrel/otter-spring-boot-autoconfigure "1.1.3-RELEASE"]