a

activej-boot

An intelligent way of booting complex applications and services according to their dependencies
Files download
File Operation
activej-boot-3.0.1.jar download
activej-boot-3.0.1.pom download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-boot</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-boot:3.0.1'
Gradle Kotlin
implementation("io.activej:activej-boot:3.0.1")
Scala SBT
libraryDependencies += "io.activej" % "activej-boot" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-boot', version='3.0.1')
)
Apache Ivy
<dependency org="io.activej" name="activej-boot" rev="3.0.1" />
Leiningen
[io.activej/activej-boot "3.0.1"]
Apache Buildr
'io.activej:activej-boot:jar:3.0.1'