Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-osgi-parent |
Version | Version9.0.0-M4 |
Type | Typepom |
Filename | Size |
---|---|
wicket-osgi-parent-9.0.0-M4.pom | 628 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-osgi-parent</artifactId>
<version>9.0.0-M4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/
implementation 'org.wicketstuff:wicket-osgi-parent:9.0.0-M4'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-osgi-parent/
implementation ("org.wicketstuff:wicket-osgi-parent:9.0.0-M4")
'org.wicketstuff:wicket-osgi-parent:pom:9.0.0-M4'
<dependency org="org.wicketstuff" name="wicket-osgi-parent" rev="9.0.0-M4">
<artifact name="wicket-osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-osgi-parent', version='9.0.0-M4')
)
libraryDependencies += "org.wicketstuff" % "wicket-osgi-parent" % "9.0.0-M4"
[org.wicketstuff/wicket-osgi-parent "9.0.0-M4"]