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