License |
License |
---|---|
Categories |
CategoriesNet Jakarta Server Pages Jakarta EE The Web Tier |
GroupId | GroupIdnet.jhorstmann |
ArtifactId | ArtifactIdjspparser |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjspparser
A standalone jsp parser
|
Project URL |
Project URL |
Filename | Size |
---|---|
jspparser-0.2.pom | |
jspparser-0.2.jar | 39 KB |
jspparser-0.2-sources.jar | 20 KB |
jspparser-0.2-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jhorstmann/jspparser/ -->
<dependency>
<groupId>net.jhorstmann</groupId>
<artifactId>jspparser</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/jspparser/
implementation 'net.jhorstmann:jspparser:0.2'
// https://jarcasting.com/artifacts/net.jhorstmann/jspparser/
implementation ("net.jhorstmann:jspparser:0.2")
'net.jhorstmann:jspparser:jar:0.2'
<dependency org="net.jhorstmann" name="jspparser" rev="0.2">
<artifact name="jspparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='jspparser', version='0.2')
)
libraryDependencies += "net.jhorstmann" % "jspparser" % "0.2"
[net.jhorstmann/jspparser "0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |