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