eu.kratochvil.perfmon:perfmon-db

Performance monitor for Java - parent pom

License

License

GroupId

GroupId

eu.kratochvil.perfmon
ArtifactId

ArtifactId

perfmon-db
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Performance monitor for Java - parent pom

Download perfmon-db

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
eu.kratochvil.perfmon : perfmon-core jar 0.1
commons-lang : commons-lang jar 2.6
org.apache.logging.log4j : log4j-api jar 2.0-beta9
commons-dbutils : commons-dbutils jar 1.5
org.springframework : spring-core jar 3.0.5.RELEASE
org.springframework : spring-context jar 3.0.5.RELEASE
joda-time : joda-time jar 2.3
eu.kratochvil : utils-test jar 1.6

test (5)

Group / Artifact Type Version
commons-dbcp : commons-dbcp jar 1.4
com.h2database : h2 jar 1.3.170
org.springframework : spring-test jar 3.0.5.RELEASE
org.springframework : spring-beans jar 3.0.5.RELEASE
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

Codeship Status for kratochj/perfmon

Performance monitor for Java

Perfmon is a simple monitoring API that allows you to follow and better understand your application.

More information find out on wiki.

Maven support

Perfmon is fully Maven 3.x compliant. Artifacts for Maven users are hosted on Maven Central. Dependecies go as follows:

  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-core</artifactId>
        <version>0.1</version>
  </dependency>
  
  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-db</artifactId>
        <version>0.1</version>
  </dependency>
  
  <dependency>
        <groupId>eu.kratochvil.perfmon</groupId>
        <artifactId>perfmon-jmx</artifactId>
        <version>0.1</version>
  </dependency>

Versions

Version
0.1