is not current version
Last Version 2.0.4.2

com.worldofbooks:wob-spring-boot-starter 2.0.1.2

Shared utility code

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.worldofbooks
ArtifactId

ArtifactId

wob-spring-boot-starter
Version

Version

2.0.1.2
Type

Type

jar

Download wob-spring-boot-starter 2.0.1.2


<!-- https://jarcasting.com/artifacts/com.worldofbooks/wob-spring-boot-starter/ -->
<dependency>
    <groupId>com.worldofbooks</groupId>
    <artifactId>wob-spring-boot-starter</artifactId>
    <version>2.0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.worldofbooks/wob-spring-boot-starter/
implementation 'com.worldofbooks:wob-spring-boot-starter:2.0.1.2'
// https://jarcasting.com/artifacts/com.worldofbooks/wob-spring-boot-starter/
implementation ("com.worldofbooks:wob-spring-boot-starter:2.0.1.2")
'com.worldofbooks:wob-spring-boot-starter:jar:2.0.1.2'
<dependency org="com.worldofbooks" name="wob-spring-boot-starter" rev="2.0.1.2">
  <artifact name="wob-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.worldofbooks', module='wob-spring-boot-starter', version='2.0.1.2')
)
libraryDependencies += "com.worldofbooks" % "wob-spring-boot-starter" % "2.0.1.2"
[com.worldofbooks/wob-spring-boot-starter "2.0.1.2"]