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