GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-spring |
Version | Version2.0.1 |
Type | Typewar |
Filename | Size |
---|---|
appfuse-spring-2.0.1.pom | |
appfuse-spring-2.0.1.war | 360 KB |
appfuse-spring-2.0.1-sources.jar | 21 KB |
appfuse-spring-2.0.1-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.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation 'org.appfuse:appfuse-spring:2.0.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-spring/
implementation ("org.appfuse:appfuse-spring:2.0.1")
'org.appfuse:appfuse-spring:war:2.0.1'
<dependency org="org.appfuse" name="appfuse-spring" rev="2.0.1">
<artifact name="appfuse-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-spring', version='2.0.1')
)
libraryDependencies += "org.appfuse" % "appfuse-spring" % "2.0.1"
[org.appfuse/appfuse-spring "2.0.1"]