PerfMon - parent pom

Performance monitor for Java - parent pom

License

License

GroupId

GroupId

eu.kratochvil.perfmon
ArtifactId

ArtifactId

perfmon-parent
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

pom
Description

Description

PerfMon - parent pom
Performance monitor for Java - parent pom
Project URL

Project URL

http://jiri.kratochvil.eu
Source Code Management

Source Code Management

https://github.com/kratochj/perfmon.git

Download perfmon-parent

Filename Size
perfmon-parent-0.1.pom 7 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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