Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ops4j.pax.wicket |
ArtifactId | ArtifactIdpax-wicket-test |
Version | Version0.7.5 |
Type | Typejar |
Filename | Size |
---|---|
pax-wicket-test-0.7.5.pom | |
pax-wicket-test-0.7.5.jar | 10 KB |
pax-wicket-test-0.7.5-sources.jar | 4 KB |
pax-wicket-test-0.7.5-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket-test/ -->
<dependency>
<groupId>org.ops4j.pax.wicket</groupId>
<artifactId>pax-wicket-test</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket-test/
implementation 'org.ops4j.pax.wicket:pax-wicket-test:0.7.5'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket-test/
implementation ("org.ops4j.pax.wicket:pax-wicket-test:0.7.5")
'org.ops4j.pax.wicket:pax-wicket-test:jar:0.7.5'
<dependency org="org.ops4j.pax.wicket" name="pax-wicket-test" rev="0.7.5">
<artifact name="pax-wicket-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket', module='pax-wicket-test', version='0.7.5')
)
libraryDependencies += "org.ops4j.pax.wicket" % "pax-wicket-test" % "0.7.5"
[org.ops4j.pax.wicket/pax-wicket-test "0.7.5"]