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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTomcat Контейнер Application Servers Logging Библиотеки уровня приложения |
| Группа | Группаcom.github.bordertech.lde |
| Идентификатор | Идентификаторlde-tomcat-commons-logging |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеlde-tomcat-commons-logging
Embedded Local Development Environment (LDE) web server provider.
|
<!-- https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/ -->
<dependency>
<groupId>com.github.bordertech.lde</groupId>
<artifactId>lde-tomcat-commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/
implementation 'com.github.bordertech.lde:lde-tomcat-commons-logging:1.0.4'
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/
implementation ("com.github.bordertech.lde:lde-tomcat-commons-logging:1.0.4")
'com.github.bordertech.lde:lde-tomcat-commons-logging:jar:1.0.4'
<dependency org="com.github.bordertech.lde" name="lde-tomcat-commons-logging" rev="1.0.4">
<artifact name="lde-tomcat-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.lde', module='lde-tomcat-commons-logging', version='1.0.4')
)
libraryDependencies += "com.github.bordertech.lde" % "lde-tomcat-commons-logging" % "1.0.4"
[com.github.bordertech.lde/lde-tomcat-commons-logging "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bordertech.lde : lde-tomcat | jar | 1.0.4 |
Local Development Environment Web Server
Allows projects to start an emebedded web server (eg Tomcat) for local testing and automated unit tests.