License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdio.activej |
ArtifactId | ArtifactIdactivej-launchers |
Last Version | Last Version5.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLaunchers
A set of predefined launchers for different services like HTTP servers, RPC endpoints, etc.
|
Filename | Size |
---|---|
activej-launchers-5.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-launchers/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-launchers</artifactId>
<version>5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-launchers/
implementation 'io.activej:activej-launchers:5.3'
// https://jarcasting.com/artifacts/io.activej/activej-launchers/
implementation ("io.activej:activej-launchers:5.3")
'io.activej:activej-launchers:pom:5.3'
<dependency org="io.activej" name="activej-launchers" rev="5.3">
<artifact name="activej-launchers" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-launchers', version='5.3')
)
libraryDependencies += "io.activej" % "activej-launchers" % "5.3"
[io.activej/activej-launchers "5.3"]
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-boot | jar | 5.3 |
ch.qos.logback : logback-classic Optional | jar | 1.2.6 |
org.jetbrains : annotations | jar | 22.0.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-test | jar | 5.3 |
junit : junit | jar | 4.13.2 |
org.jmock : jmock-junit4 | jar | 2.12.0 |