is not current version
Last Version 0.1.13

org.laxture:sbp-spring-boot-starter 0.1.10

sbp introduce plugin oriented programming to Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.laxture
ArtifactId

ArtifactId

sbp-spring-boot-starter
Version

Version

0.1.10
Type

Type

jar

Download sbp-spring-boot-starter 0.1.10


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