is not current version
Last Version 3.15.4

io.jboot:jboot 3.12.4

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

GroupId

GroupId

io.jboot
ArtifactId

ArtifactId

jboot
Version

Version

3.12.4
Type

Type

jar

Download jboot 3.12.4


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