| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.cocoon |
| Идентификатор | Идентификаторcocoon-rcl-spring-reloader |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCocoon Reloading ClassLoader - Spring reloader
This module provides a single class "SpringReloader" that is used by the
ReloadingSpringFilter to reload a Spring web application context.
In order not to run into NoClassDefFoundErrors, is is important that this
class is loaded through the reloading classloader.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/ -->
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-rcl-spring-reloader</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/
implementation 'org.apache.cocoon:cocoon-rcl-spring-reloader:1.0.2'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-rcl-spring-reloader/
implementation ("org.apache.cocoon:cocoon-rcl-spring-reloader:1.0.2")
'org.apache.cocoon:cocoon-rcl-spring-reloader:jar:1.0.2'
<dependency org="org.apache.cocoon" name="cocoon-rcl-spring-reloader" rev="1.0.2">
<artifact name="cocoon-rcl-spring-reloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-rcl-spring-reloader', version='1.0.2')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-rcl-spring-reloader" % "1.0.2"
[org.apache.cocoon/cocoon-rcl-spring-reloader "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| org.springframework : spring-core | jar | 3.1.1.RELEASE |
| org.springframework : spring-context | jar | 3.1.1.RELEASE |
| org.springframework : spring-beans | jar | 3.1.1.RELEASE |
| org.springframework : spring-aop | jar | 3.1.1.RELEASE |
| org.springframework : spring-web | jar | 3.1.1.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.4 |