lde-tomcat

Embedded Local Development Environment (LDE) web server provider.

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

com.github.bordertech.lde
ArtifactId

ArtifactId

lde-tomcat
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

lde-tomcat
Embedded Local Development Environment (LDE) web server provider.

Download lde-tomcat

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.

java-lde

Local Development Environment Web Server

Status

Build Status Quality Gate Status Reliability Rating Coverage Codacy Badge Javadocs Maven Central

What is java LDE

Allows projects to start an emebedded web server (eg Tomcat) for local testing and automated unit tests.

com.github.bordertech.lde
Open source projects from the Border

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0