is not current version
Last Version 0.19

net.sf.jsptest:jsptest-common 0.16

Common utilities for the components of JspTest, including the JSP version-specific compiler implementations.

Categories

Categories

Net Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

net.sf.jsptest
ArtifactId

ArtifactId

jsptest-common
Version

Version

0.16
Type

Type

jar

Download jsptest-common 0.16


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