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