lde-parent

Embedded Local Development Environment (LDE) web server provider.

License

License

GroupId

GroupId

com.github.bordertech.lde
ArtifactId

ArtifactId

lde-parent
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

pom
Description

Description

lde-parent
Embedded Local Development Environment (LDE) web server provider.
Project URL

Project URL

https://github.com/bordertech/java-lde
Source Code Management

Source Code Management

https://github.com/bordertech/java-lde

Download lde-parent

Filename Size
lde-parent-1.0.4.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-parent/ -->
<dependency>
    <groupId>com.github.bordertech.lde</groupId>
    <artifactId>lde-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-parent/
implementation 'com.github.bordertech.lde:lde-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-parent/
implementation ("com.github.bordertech.lde:lde-parent:1.0.4")
'com.github.bordertech.lde:lde-parent:pom:1.0.4'
<dependency org="com.github.bordertech.lde" name="lde-parent" rev="1.0.4">
  <artifact name="lde-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.lde', module='lde-parent', version='1.0.4')
)
libraryDependencies += "com.github.bordertech.lde" % "lde-parent" % "1.0.4"
[com.github.bordertech.lde/lde-parent "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • lde-api
  • lde-tomcat
  • lde-tomcat-commons-logging
  • lde-tomcat-log4j
  • lde-exec-maven-plugin

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