License |
License |
---|---|
GroupId | GroupIdeu.kratochvil.perfmon |
ArtifactId | ArtifactIdperfmon-core |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionPerfMon - core
Performance monitor for Java - core
|
Filename | Size |
---|---|
perfmon-core-0.1.pom | |
perfmon-core-0.1.jar | 9 KB |
perfmon-core-0.1-sources.jar | 5 KB |
perfmon-core-0.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.kratochvil.perfmon/perfmon-core/ -->
<dependency>
<groupId>eu.kratochvil.perfmon</groupId>
<artifactId>perfmon-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.kratochvil.perfmon/perfmon-core/
implementation 'eu.kratochvil.perfmon:perfmon-core:0.1'
// https://jarcasting.com/artifacts/eu.kratochvil.perfmon/perfmon-core/
implementation ("eu.kratochvil.perfmon:perfmon-core:0.1")
'eu.kratochvil.perfmon:perfmon-core:jar:0.1'
<dependency org="eu.kratochvil.perfmon" name="perfmon-core" rev="0.1">
<artifact name="perfmon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.kratochvil.perfmon', module='perfmon-core', version='0.1')
)
libraryDependencies += "eu.kratochvil.perfmon" % "perfmon-core" % "0.1"
[eu.kratochvil.perfmon/perfmon-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta9 |
org.apache.logging.log4j : log4j-core | jar | 2.0-beta9 |
junit : junit | jar | 4.8.1 |