java-lde
Local Development Environment Web Server
Status
What is java LDE
Allows projects to start an emebedded web server (eg Tomcat) for local testing and automated unit tests.
| License | License | 
|---|---|
| Categories | CategoriesTomcat Container Application Servers | 
| GroupId | GroupIdcom.github.bordertech.lde | 
| ArtifactId | ArtifactIdlde-tomcat | 
| Last Version | Last Version1.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionlde-tomcat Embedded Local Development Environment (LDE) web server provider. | 
| Filename | Size | 
|---|---|
| lde-tomcat-1.0.4.pom | |
| lde-tomcat-1.0.4.jar | 10 KB | 
| lde-tomcat-1.0.4-tests.jar | 1 KB | 
| lde-tomcat-1.0.4-sources.jar | 7 KB | 
| lde-tomcat-1.0.4-javadoc.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat/ -->
<dependency>
    <groupId>com.github.bordertech.lde</groupId>
    <artifactId>lde-tomcat</artifactId>
    <version>1.0.4</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat/
implementation 'com.github.bordertech.lde:lde-tomcat:1.0.4'// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat/
implementation ("com.github.bordertech.lde:lde-tomcat:1.0.4")'com.github.bordertech.lde:lde-tomcat:jar:1.0.4'<dependency org="com.github.bordertech.lde" name="lde-tomcat" rev="1.0.4">
  <artifact name="lde-tomcat" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bordertech.lde', module='lde-tomcat', version='1.0.4')
)libraryDependencies += "com.github.bordertech.lde" % "lde-tomcat" % "1.0.4"[com.github.bordertech.lde/lde-tomcat "1.0.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.bordertech.lde : lde-api | jar | 1.0.4 | 
| org.apache.tomcat.embed : tomcat-embed-core | jar | 8.5.43 | 
| org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.5.43 | 
Local Development Environment Web Server
Allows projects to start an emebedded web server (eg Tomcat) for local testing and automated unit tests.