is not current version
Last Version 2.16.0

net.officefloor.tutorial:DemoApp 2.12.0

Application providing examples of the features available with WoOF

Categories

Categories

Net MOA Business Logic Libraries Machine Learning
GroupId

GroupId

net.officefloor.tutorial
ArtifactId

ArtifactId

DemoApp
Version

Version

2.12.0
Type

Type

war

Download DemoApp 2.12.0


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