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