Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.thierrysquirrel |
ArtifactId | ArtifactIdotter-spring-boot |
Version | Version2.0.3-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
otter-spring-boot-2.0.3-RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>otter-spring-boot</artifactId>
<version>2.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot/
implementation 'com.github.thierrysquirrel:otter-spring-boot:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/otter-spring-boot/
implementation ("com.github.thierrysquirrel:otter-spring-boot:2.0.3-RELEASE")
'com.github.thierrysquirrel:otter-spring-boot:pom:2.0.3-RELEASE'
<dependency org="com.github.thierrysquirrel" name="otter-spring-boot" rev="2.0.3-RELEASE">
<artifact name="otter-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='otter-spring-boot', version='2.0.3-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "otter-spring-boot" % "2.0.3-RELEASE"
[com.github.thierrysquirrel/otter-spring-boot "2.0.3-RELEASE"]