is not current version
Last Version 1.4.1

com.voodoodyne.tagonist:tagonist 1.4

A laughably simple java webapp framework

GroupId

GroupId

com.voodoodyne.tagonist
ArtifactId

ArtifactId

tagonist
Version

Version

1.4
Type

Type

jar

Download tagonist 1.4


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