is not current version
Last Version 0.9.7

org.jmetrix:jmetrix 0.9.6

Java aspect library for gathering performance metrics

GroupId

GroupId

org.jmetrix
ArtifactId

ArtifactId

jmetrix
Version

Version

0.9.6
Type

Type

jar

Download jmetrix 0.9.6


<!-- https://jarcasting.com/artifacts/org.jmetrix/jmetrix/ -->
<dependency>
    <groupId>org.jmetrix</groupId>
    <artifactId>jmetrix</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmetrix/jmetrix/
implementation 'org.jmetrix:jmetrix:0.9.6'
// https://jarcasting.com/artifacts/org.jmetrix/jmetrix/
implementation ("org.jmetrix:jmetrix:0.9.6")
'org.jmetrix:jmetrix:jar:0.9.6'
<dependency org="org.jmetrix" name="jmetrix" rev="0.9.6">
  <artifact name="jmetrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmetrix', module='jmetrix', version='0.9.6')
)
libraryDependencies += "org.jmetrix" % "jmetrix" % "0.9.6"
[org.jmetrix/jmetrix "0.9.6"]