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