License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.ops4j.pax.wicket |
ArtifactId | ArtifactIdpax-wicket |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax Wicket :: Parent
Maven parent POM for all OPS4J Maven projects.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pax-wicket-5.0.0.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket/ -->
<dependency>
<groupId>org.ops4j.pax.wicket</groupId>
<artifactId>pax-wicket</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket/
implementation 'org.ops4j.pax.wicket:pax-wicket:5.0.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket/pax-wicket/
implementation ("org.ops4j.pax.wicket:pax-wicket:5.0.0")
'org.ops4j.pax.wicket:pax-wicket:pom:5.0.0'
<dependency org="org.ops4j.pax.wicket" name="pax-wicket" rev="5.0.0">
<artifact name="pax-wicket" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket', module='pax-wicket', version='5.0.0')
)
libraryDependencies += "org.ops4j.pax.wicket" % "pax-wicket" % "5.0.0"
[org.ops4j.pax.wicket/pax-wicket "5.0.0"]