is not current version
Last Version 0.9.15

org.hellojsp:hellojsp 0.9.12

HelloJSP is simple java webapp framework

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.hellojsp
ArtifactId

ArtifactId

hellojsp
Version

Version

0.9.12
Type

Type

jar

Download hellojsp 0.9.12


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