License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdio.activej |
ArtifactId | ArtifactIdactivej-boot |
Last Version | Last Version5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiveJ : Boot
Various tools for booting applications and services according to their dependencies.
|
Filename | Size |
---|---|
activej-boot-5.3.pom | |
activej-boot-5.3.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-boot/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-boot</artifactId>
<version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-boot/
implementation 'io.activej:activej-boot:5.3'
// https://jarcasting.com/artifacts/io.activej/activej-boot/
implementation ("io.activej:activej-boot:5.3")
'io.activej:activej-boot:jar:5.3'
<dependency org="io.activej" name="activej-boot" rev="5.3">
<artifact name="activej-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-boot', version='5.3')
)
libraryDependencies += "io.activej" % "activej-boot" % "5.3"
[io.activej/activej-boot "5.3"]
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-servicegraph | jar | 5.3 |
io.activej : activej-config | jar | 5.3 |
io.activej : activej-jmx | jar | 5.3 |
io.activej : activej-triggers | jar | 5.3 |
org.jetbrains : annotations | jar | 22.0.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.6 |
org.jmock : jmock-junit4 | jar | 2.12.0 |