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