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

org.appfuse:appfuse-web-common 2.0.1

Common web files (images, stylesheets, scripts) and Java classes (listeners and filters) used by all web frameworks. This module is not meant to be included in a project utilizing AppFuse. It's designed to be used internally by AppFuse only.

Группа

Группа

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

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

appfuse-web-common
Версия

Версия

2.0.1
Тип

Тип

war

Скачать appfuse-web-common 2.0.1


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