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