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