| Categories |
CategoriesNet Jakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdnet.sf.jsptest |
| ArtifactId | ArtifactIdjsptest-acceptance-jsp20 |
| Version | Version0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsptest-acceptance-jsp20-0.13.pom | |
| jsptest-acceptance-jsp20-0.13.jar | 1 KB |
| jsptest-acceptance-jsp20-0.13-sources.jar | 328 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsptest/jsptest-acceptance-jsp20/ -->
<dependency>
<groupId>net.sf.jsptest</groupId>
<artifactId>jsptest-acceptance-jsp20</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsptest/jsptest-acceptance-jsp20/
implementation 'net.sf.jsptest:jsptest-acceptance-jsp20:0.13'
// https://jarcasting.com/artifacts/net.sf.jsptest/jsptest-acceptance-jsp20/
implementation ("net.sf.jsptest:jsptest-acceptance-jsp20:0.13")
'net.sf.jsptest:jsptest-acceptance-jsp20:jar:0.13'
<dependency org="net.sf.jsptest" name="jsptest-acceptance-jsp20" rev="0.13">
<artifact name="jsptest-acceptance-jsp20" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsptest', module='jsptest-acceptance-jsp20', version='0.13')
)
libraryDependencies += "net.sf.jsptest" % "jsptest-acceptance-jsp20" % "0.13"
[net.sf.jsptest/jsptest-acceptance-jsp20 "0.13"]