License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-osgi-parent |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWicket OSGi Parent
WicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries
to unify the WS projects into a common structure that shares a common build / release cycle. This
will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-osgi-parent-9.10.0.pom | 623 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-osgi-parent</artifactId>
<version>9.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/
implementation 'org.wicketstuff:wicket-osgi-parent:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/
implementation ("org.wicketstuff:wicket-osgi-parent:9.10.0")
'org.wicketstuff:wicket-osgi-parent:pom:9.10.0'
<dependency org="org.wicketstuff" name="wicket-osgi-parent" rev="9.10.0">
<artifact name="wicket-osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-osgi-parent', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-osgi-parent" % "9.10.0"
[org.wicketstuff/wicket-osgi-parent "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |