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