Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ops4j.pax.wicket.samples.blueprint |
ArtifactId | ArtifactIdblueprint |
Version | Version3.0.4 |
Type | Typepom |
Filename | Size |
---|---|
blueprint-3.0.4.pom | 896 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>3.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.blueprint/blueprint/
implementation 'org.ops4j.pax.wicket.samples.blueprint:blueprint:3.0.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.blueprint/blueprint/
implementation ("org.ops4j.pax.wicket.samples.blueprint:blueprint:3.0.4")
'org.ops4j.pax.wicket.samples.blueprint:blueprint:pom:3.0.4'
<dependency org="org.ops4j.pax.wicket.samples.blueprint" name="blueprint" rev="3.0.4">
<artifact name="blueprint" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples.blueprint', module='blueprint', version='3.0.4')
)
libraryDependencies += "org.ops4j.pax.wicket.samples.blueprint" % "blueprint" % "3.0.4"
[org.ops4j.pax.wicket.samples.blueprint/blueprint "3.0.4"]