is not current version
Last Version 5.3

io.activej:activej-boot 1.0

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

1.0
Type

Type

jar

Download activej-boot 1.0


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