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