Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.portletunit |
ArtifactId | ArtifactIdportletunit2 |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
portletunit2-1.0.2.pom | |
portletunit2-1.0.2.jar | 5 KB |
portletunit2-1.0.2-sources.jar | 2 KB |
portletunit2-1.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.portletunit/portletunit2/ -->
<dependency>
<groupId>net.sf.portletunit</groupId>
<artifactId>portletunit2</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.portletunit/portletunit2/
implementation 'net.sf.portletunit:portletunit2:1.0.2'
// https://jarcasting.com/artifacts/net.sf.portletunit/portletunit2/
implementation ("net.sf.portletunit:portletunit2:1.0.2")
'net.sf.portletunit:portletunit2:jar:1.0.2'
<dependency org="net.sf.portletunit" name="portletunit2" rev="1.0.2">
<artifact name="portletunit2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.portletunit', module='portletunit2', version='1.0.2')
)
libraryDependencies += "net.sf.portletunit" % "portletunit2" % "1.0.2"
[net.sf.portletunit/portletunit2 "1.0.2"]