is not current version
Last Version 3.15.4

io.jboot:jboot 1.7.1

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

GroupId

GroupId

io.jboot
ArtifactId

ArtifactId

jboot
Version

Version

1.7.1
Type

Type

jar

Download jboot 1.7.1


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