App Launcher
App Launcher is the latest incarnation of the old webapp-launcher project and is being rebuilt to incorporate modern deployment using docker infrastructure. Please bookmark this page for exciting announcements!!
| License |
License |
|---|---|
| GroupId | GroupIdio.polyglotted |
| ArtifactId | ArtifactIdapp-launcher |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApp Launcher
Launch an in-process application
|
| Project Organization |
Project OrganizationPolyglotted Limited |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| app-launcher-3.0.2.pom | |
| app-launcher-3.0.2.jar | 21 KB |
| app-launcher-3.0.2-sources.jar | 7 KB |
| app-launcher-3.0.2-javadoc.jar | 78 KB |
| app-launcher-3.0.2-binary.zip | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/app-launcher/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>app-launcher</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/app-launcher/
implementation 'io.polyglotted:app-launcher:3.0.2'
// https://jarcasting.com/artifacts/io.polyglotted/app-launcher/
implementation ("io.polyglotted:app-launcher:3.0.2")
'io.polyglotted:app-launcher:jar:3.0.2'
<dependency org="io.polyglotted" name="app-launcher" rev="3.0.2">
<artifact name="app-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='app-launcher', version='3.0.2')
)
libraryDependencies += "io.polyglotted" % "app-launcher" % "3.0.2"
[io.polyglotted/app-launcher "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.iharder : base64 | jar | 2.3.9 |
| com.typesafe : config | jar | 1.3.2 |
| org.jasypt : jasypt | jar | 1.9.2 |
| org.springframework : spring-core | jar | 5.0.2.RELEASE |
| org.springframework : spring-beans | jar | 5.0.2.RELEASE |
| org.springframework : spring-aop | jar | 5.0.2.RELEASE |
| org.springframework : spring-expression | jar | 5.0.2.RELEASE |
| org.springframework : spring-context | jar | 5.0.2.RELEASE |
| org.springframework : spring-context-support | jar | 5.0.2.RELEASE |
| org.springframework : spring-tx | jar | 5.0.2.RELEASE |
| org.springframework : spring-jdbc | jar | 5.0.2.RELEASE |
| org.springframework : spring-messaging | jar | 5.0.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.testng : testng | jar | 6.13.1 |
App Launcher is the latest incarnation of the old webapp-launcher project and is being rebuilt to incorporate modern deployment using docker infrastructure. Please bookmark this page for exciting announcements!!