| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-boot |
| Version | Version5.0-beta1 |
| Type | Typejar |
| Description |
DescriptionActiveJ : Boot
An intelligent way of booting complex applications and services according to their dependencies
|
| Filename | Size |
|---|---|
| activej-boot-5.0-beta1.pom | |
| activej-boot-5.0-beta1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-boot/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-boot</artifactId>
<version>5.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-boot/
implementation 'io.activej:activej-boot:5.0-beta1'
// https://jarcasting.com/artifacts/io.activej/activej-boot/
implementation ("io.activej:activej-boot:5.0-beta1")
'io.activej:activej-boot:jar:5.0-beta1'
<dependency org="io.activej" name="activej-boot" rev="5.0-beta1">
<artifact name="activej-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-boot', version='5.0-beta1')
)
libraryDependencies += "io.activej" % "activej-boot" % "5.0-beta1"
[io.activej/activej-boot "5.0-beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-servicegraph | jar | 5.0-beta1 |
| io.activej : activej-config | jar | 5.0-beta1 |
| io.activej : activej-jmx | jar | 5.0-beta1 |
| io.activej : activej-triggers | jar | 5.0-beta1 |
| org.jetbrains : annotations | jar | 17.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-test | jar | 5.0-beta1 |
| junit : junit | jar | 4.13.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.jmock : jmock-junit4 | jar | 2.8.1 |