GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-light-spring-freemarker |
Version | Version2.2.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-light-spring-freemarker/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-light-spring-freemarker</artifactId>
<version>2.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-spring-freemarker/
implementation 'org.appfuse:appfuse-light-spring-freemarker:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-spring-freemarker/
implementation ("org.appfuse:appfuse-light-spring-freemarker:2.2.1")
'org.appfuse:appfuse-light-spring-freemarker:war:2.2.1'
<dependency org="org.appfuse" name="appfuse-light-spring-freemarker" rev="2.2.1">
<artifact name="appfuse-light-spring-freemarker" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-light-spring-freemarker', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse-light-spring-freemarker" % "2.2.1"
[org.appfuse/appfuse-light-spring-freemarker "2.2.1"]