is not current version
Last Version 3.5.0

org.appfuse:appfuse 2.2.1

AppFuse is a full-stack framework for building web applications on the JVM.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse
Version

Version

2.2.1
Type

Type

pom

Download appfuse 2.2.1

Filename Size
appfuse-2.2.1.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse/
implementation 'org.appfuse:appfuse:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse/
implementation ("org.appfuse:appfuse:2.2.1")
'org.appfuse:appfuse:pom:2.2.1'
<dependency org="org.appfuse" name="appfuse" rev="2.2.1">
  <artifact name="appfuse" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse" % "2.2.1"
[org.appfuse/appfuse "2.2.1"]