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 | 
|---|---|
| GroupId | GroupIdcom.github.bordertech.lde | 
| ArtifactId | ArtifactIdlde-api | 
| Last Version | Last Version1.0.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionlde-api Embedded Local Development Environment (LDE) web server provider. | 
| Filename | Size | 
|---|---|
| lde-api-1.0.4.pom | |
| lde-api-1.0.4.jar | 5 KB | 
| lde-api-1.0.4-tests.jar | 4 KB | 
| lde-api-1.0.4-test-sources.jar | 3 KB | 
| lde-api-1.0.4-sources.jar | 5 KB | 
| lde-api-1.0.4-javadoc.jar | 43 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-api/ -->
<dependency>
    <groupId>com.github.bordertech.lde</groupId>
    <artifactId>lde-api</artifactId>
    <version>1.0.4</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-api/
implementation 'com.github.bordertech.lde:lde-api:1.0.4'// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-api/
implementation ("com.github.bordertech.lde:lde-api:1.0.4")'com.github.bordertech.lde:lde-api:jar:1.0.4'<dependency org="com.github.bordertech.lde" name="lde-api" rev="1.0.4">
  <artifact name="lde-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bordertech.lde', module='lde-api', version='1.0.4')
)libraryDependencies += "com.github.bordertech.lde" % "lde-api" % "1.0.4"[com.github.bordertech.lde/lde-api "1.0.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.bordertech.didums : didums-core | jar | 1.0.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.5.0 | 
Local Development Environment Web Server
Allows projects to start an emebedded web server (eg Tomcat) for local testing and automated unit tests.