License |
License |
---|---|
Categories |
CategoriesNet Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdnet.sf.jsptest |
ArtifactId | ArtifactIdjsptest |
Last Version | Last Version0.19 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJspTest root project
This POM acts as a virtual root for the set of JSP version-specific combinations of the contained subprojects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsptest-0.19.pom | |
jsptest-0.19.jar | 55 KB |
jsptest-0.19-sources.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsptest/jsptest/ -->
<dependency>
<groupId>net.sf.jsptest</groupId>
<artifactId>jsptest</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsptest/jsptest/
implementation 'net.sf.jsptest:jsptest:0.19'
// https://jarcasting.com/artifacts/net.sf.jsptest/jsptest/
implementation ("net.sf.jsptest:jsptest:0.19")
'net.sf.jsptest:jsptest:jar:0.19'
<dependency org="net.sf.jsptest" name="jsptest" rev="0.19">
<artifact name="jsptest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsptest', module='jsptest', version='0.19')
)
libraryDependencies += "net.sf.jsptest" % "jsptest" % "0.19"
[net.sf.jsptest/jsptest "0.19"]