Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdmbeanview-examples |
Version | Version7.0.0-M3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>mbeanview-examples</artifactId>
<version>7.0.0-M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-examples/
implementation 'org.wicketstuff:mbeanview-examples:7.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-examples/
implementation ("org.wicketstuff:mbeanview-examples:7.0.0-M3")
'org.wicketstuff:mbeanview-examples:war:7.0.0-M3'
<dependency org="org.wicketstuff" name="mbeanview-examples" rev="7.0.0-M3">
<artifact name="mbeanview-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='mbeanview-examples', version='7.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "mbeanview-examples" % "7.0.0-M3"
[org.wicketstuff/mbeanview-examples "7.0.0-M3"]