a

activej-launchers-common

Common launcher components such as config converters, initializers and triggers.
文件下载
文件名 操作
activej-launchers-common-6.0-rc1.jar 下载
activej-launchers-common-6.0-rc1.pom 下载
activej-launchers-common-6.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-launchers-common</artifactId>
  <version>6.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-launchers-common:6.0-rc1'
Gradle Kotlin
implementation("io.activej:activej-launchers-common:6.0-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-launchers-common" % "6.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-launchers-common', version='6.0-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-launchers-common" rev="6.0-rc1" />
Leiningen
[io.activej/activej-launchers-common "6.0-rc1"]
Apache Buildr
'io.activej:activej-launchers-common:jar:6.0-rc1'