не последняя версия
Последняя версия 3.5.0

org.appfuse:appfuse-spring 2.0-m3

Spring MVC Module for AppFuse: includes Spring MVC, Display Tag and Spring Modules for validation. Include this module in your dependencies if you want to use Spring MVC as your web framework.

Группа

Группа

org.appfuse
Идентификатор

Идентификатор

appfuse-spring
Версия

Версия

2.0-m3
Тип

Тип

war

Скачать appfuse-spring 2.0-m3


<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-spring</artifactId>
    <version>2.0-m3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation 'org.appfuse:appfuse-spring:2.0-m3'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation ("org.appfuse:appfuse-spring:2.0-m3")
'org.appfuse:appfuse-spring:war:2.0-m3'
<dependency org="org.appfuse" name="appfuse-spring" rev="2.0-m3">
  <artifact name="appfuse-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-spring', version='2.0-m3')
)
libraryDependencies += "org.appfuse" % "appfuse-spring" % "2.0-m3"
[org.appfuse/appfuse-spring "2.0-m3"]