Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ops4j.pax.wicket.samples.edge |
ArtifactId | ArtifactIdedge |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
edge-1.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/ -->
<dependency>
<groupId>org.ops4j.pax.wicket.samples.edge</groupId>
<artifactId>edge</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/
implementation 'org.ops4j.pax.wicket.samples.edge:edge:1.1.1'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/
implementation ("org.ops4j.pax.wicket.samples.edge:edge:1.1.1")
'org.ops4j.pax.wicket.samples.edge:edge:pom:1.1.1'
<dependency org="org.ops4j.pax.wicket.samples.edge" name="edge" rev="1.1.1">
<artifact name="edge" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples.edge', module='edge', version='1.1.1')
)
libraryDependencies += "org.ops4j.pax.wicket.samples.edge" % "edge" % "1.1.1"
[org.ops4j.pax.wicket.samples.edge/edge "1.1.1"]