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