| License |
License |
|---|---|
| GroupId | GroupIdcom.sancromeu |
| ArtifactId | ArtifactIdpm-time-profiler |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionPM Time Profiler for Java
A time profiler tool for Java applications (poor man's style)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pm-time-profiler-0.9.0.pom | |
| pm-time-profiler-0.9.0.jar | 21 KB |
| pm-time-profiler-0.9.0-sources.jar | 12 KB |
| pm-time-profiler-0.9.0-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sancromeu/pm-time-profiler/ -->
<dependency>
<groupId>com.sancromeu</groupId>
<artifactId>pm-time-profiler</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sancromeu/pm-time-profiler/
implementation 'com.sancromeu:pm-time-profiler:0.9.0'
// https://jarcasting.com/artifacts/com.sancromeu/pm-time-profiler/
implementation ("com.sancromeu:pm-time-profiler:0.9.0")
'com.sancromeu:pm-time-profiler:jar:0.9.0'
<dependency org="com.sancromeu" name="pm-time-profiler" rev="0.9.0">
<artifact name="pm-time-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sancromeu', module='pm-time-profiler', version='0.9.0')
)
libraryDependencies += "com.sancromeu" % "pm-time-profiler" % "0.9.0"
[com.sancromeu/pm-time-profiler "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | [1.2.4,) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |