| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdmbeanview-parent |
| Version | Version1.4.12 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mbeanview-parent-1.4.12.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>mbeanview-parent</artifactId>
<version>1.4.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-parent/
implementation 'org.wicketstuff:mbeanview-parent:1.4.12'
// https://jarcasting.com/artifacts/org.wicketstuff/mbeanview-parent/
implementation ("org.wicketstuff:mbeanview-parent:1.4.12")
'org.wicketstuff:mbeanview-parent:pom:1.4.12'
<dependency org="org.wicketstuff" name="mbeanview-parent" rev="1.4.12">
<artifact name="mbeanview-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='mbeanview-parent', version='1.4.12')
)
libraryDependencies += "org.wicketstuff" % "mbeanview-parent" % "1.4.12"
[org.wicketstuff/mbeanview-parent "1.4.12"]