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