| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rocketraman |
| ArtifactId | ArtifactIdbasicmon |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionBasicMon
Basic fast timing capabilities for Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| basicmon-1.2.pom | |
| basicmon-1.2.jar | 18 KB |
| basicmon-1.2-sources.jar | 11 KB |
| basicmon-1.2-javadoc.jar | 119 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rocketraman/basicmon/ -->
<dependency>
<groupId>com.github.rocketraman</groupId>
<artifactId>basicmon</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rocketraman/basicmon/
implementation 'com.github.rocketraman:basicmon:1.2'
// https://jarcasting.com/artifacts/com.github.rocketraman/basicmon/
implementation ("com.github.rocketraman:basicmon:1.2")
'com.github.rocketraman:basicmon:jar:1.2'
<dependency org="com.github.rocketraman" name="basicmon" rev="1.2">
<artifact name="basicmon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rocketraman', module='basicmon', version='1.2')
)
libraryDependencies += "com.github.rocketraman" % "basicmon" % "1.2"
[com.github.rocketraman/basicmon "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.javasimon : javasimon-core | jar | 3.5.2 |
| com.google.caliper : caliper | jar | 1.0-beta-SNAPSHOT |