License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Metrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIdwicket-metrics |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwicket-metrics
Painless way of adding JMX metrics to your wicket project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicket-metrics-1.0.pom | |
wicket-metrics-1.0.jar | 5 KB |
wicket-metrics-1.0-sources.jar | 2 KB |
wicket-metrics-1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/wicket-metrics/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>wicket-metrics</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/wicket-metrics/
implementation 'com.nitorcreations:wicket-metrics:1.0'
// https://jarcasting.com/artifacts/com.nitorcreations/wicket-metrics/
implementation ("com.nitorcreations:wicket-metrics:1.0")
'com.nitorcreations:wicket-metrics:jar:1.0'
<dependency org="com.nitorcreations" name="wicket-metrics" rev="1.0">
<artifact name="wicket-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='wicket-metrics', version='1.0')
)
libraryDependencies += "com.nitorcreations" % "wicket-metrics" % "1.0"
[com.nitorcreations/wicket-metrics "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 1.5.10 |
com.yammer.metrics : metrics-core | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |