License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.berryworks |
ArtifactId | ArtifactIdjquantify |
Last Version | Last Version4.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJQuantify
JQuantify is a Java package providing lightweight statistics describing the frequency and duration of
application-specific events.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jquantify-4.1.3.pom | |
jquantify-4.1.3.jar | 16 KB |
jquantify-4.1.3-sources.jar | 21 KB |
jquantify-4.1.3-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.berryworks/jquantify/ -->
<dependency>
<groupId>com.berryworks</groupId>
<artifactId>jquantify</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.berryworks/jquantify/
implementation 'com.berryworks:jquantify:4.1.3'
// https://jarcasting.com/artifacts/com.berryworks/jquantify/
implementation ("com.berryworks:jquantify:4.1.3")
'com.berryworks:jquantify:jar:4.1.3'
<dependency org="com.berryworks" name="jquantify" rev="4.1.3">
<artifact name="jquantify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.berryworks', module='jquantify', version='4.1.3')
)
libraryDependencies += "com.berryworks" % "jquantify" % "4.1.3"
[com.berryworks/jquantify "4.1.3"]