| GroupId | GroupIdorg.appfuse |
|---|---|
| ArtifactId | ArtifactIdappfuse-spring |
| Version | Version2.0-m5 |
| Type | Typewar |
| Filename | Size |
|---|---|
| appfuse-spring-2.0-m5.pom | |
| appfuse-spring-2.0-m5.war | 282 KB |
| appfuse-spring-2.0-m5-sources.jar | 21 KB |
| appfuse-spring-2.0-m5-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-spring</artifactId>
<version>2.0-m5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation 'org.appfuse:appfuse-spring:2.0-m5'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation ("org.appfuse:appfuse-spring:2.0-m5")
'org.appfuse:appfuse-spring:war:2.0-m5'
<dependency org="org.appfuse" name="appfuse-spring" rev="2.0-m5">
<artifact name="appfuse-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-spring', version='2.0-m5')
)
libraryDependencies += "org.appfuse" % "appfuse-spring" % "2.0-m5"
[org.appfuse/appfuse-spring "2.0-m5"]