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