is not current version
Last Version 5.3

io.activej:activej-boot 4.1

An intelligent way of booting complex applications and services according to their dependencies

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-boot
Version

Version

4.1
Type

Type

jar

Download activej-boot 4.1


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