is not current version
Last Version 3.15.4

io.jboot:jboot 1.6.8

Jboot is a similar SpringCloud project base on JFinal, Dubbo, Hystrix and Undertow.

GroupId

GroupId

io.jboot
ArtifactId

ArtifactId

jboot
Version

Version

1.6.8
Type

Type

jar

Download jboot 1.6.8


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