| License |
License |
|---|---|
| GroupId | GroupIdcom.voodoodyne.tagonist |
| ArtifactId | ArtifactIdtagonist |
| Last Version | Last Version1.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTagonist
A laughably simple java webapp framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tagonist-1.4.1.pom | |
| tagonist-1.4.1.jar | 13 KB |
| tagonist-1.4.1-sources.jar | 10 KB |
| tagonist-1.4.1-javadoc.jar | 144 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.tagonist/tagonist/ -->
<dependency>
<groupId>com.voodoodyne.tagonist</groupId>
<artifactId>tagonist</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.tagonist/tagonist/
implementation 'com.voodoodyne.tagonist:tagonist:1.4.1'
// https://jarcasting.com/artifacts/com.voodoodyne.tagonist/tagonist/
implementation ("com.voodoodyne.tagonist:tagonist:1.4.1")
'com.voodoodyne.tagonist:tagonist:jar:1.4.1'
<dependency org="com.voodoodyne.tagonist" name="tagonist" rev="1.4.1">
<artifact name="tagonist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.tagonist', module='tagonist', version='1.4.1')
)
libraryDependencies += "com.voodoodyne.tagonist" % "tagonist" % "1.4.1"
[com.voodoodyne.tagonist/tagonist "1.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet : jsp-api | jar | 2.0 |