a

activej-boot

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