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