a

activej-launcher

An application launcher that controls a flow of provided components and services. Implements inversion of control principle.
Files download
File Operation
activej-launcher-6.0-rc1.jar download
activej-launcher-6.0-rc1.pom download
activej-launcher-6.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-launcher</artifactId>
  <version>6.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-launcher:6.0-rc1'
Gradle Kotlin
implementation("io.activej:activej-launcher:6.0-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-launcher" % "6.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-launcher', version='6.0-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-launcher" rev="6.0-rc1" />
Leiningen
[io.activej/activej-launcher "6.0-rc1"]
Apache Buildr
'io.activej:activej-launcher:jar:6.0-rc1'