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