License |
License |
---|---|
GroupId | GroupIdcom.airhacks |
ArtifactId | ArtifactIdperceptor-spy |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPerformance statistics gathering Interceptor for Java EE with /monitoring/methods REST endpoint
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
perceptor-spy-0.0.1.pom | |
perceptor-spy-0.0.1.jar | 5 KB |
perceptor-spy-0.0.1-sources.jar | 5 KB |
perceptor-spy-0.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airhacks/perceptor-spy/ -->
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>perceptor-spy</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.airhacks/perceptor-spy/
implementation 'com.airhacks:perceptor-spy:0.0.1'
// https://jarcasting.com/artifacts/com.airhacks/perceptor-spy/
implementation ("com.airhacks:perceptor-spy:0.0.1")
'com.airhacks:perceptor-spy:jar:0.0.1'
<dependency org="com.airhacks" name="perceptor-spy" rev="0.0.1">
<artifact name="perceptor-spy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airhacks', module='perceptor-spy', version='0.0.1')
)
libraryDependencies += "com.airhacks" % "perceptor-spy" % "0.0.1"
[com.airhacks/perceptor-spy "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.airhacks : perceptor | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |