Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 777 Bytes

Organisation Flapdoodle OSS

We are a github organisation. You are invited to participate.

de.flapdoodle.measure

runtime measurement tools

Maven

Stable (Maven Central Repository, Released: 12.11.2021 - wait 24hrs for maven central)

<dependency>
	<groupId>de.flapdoodle.measure</groupId>
	<artifactId>de.flapdoodle.measure</artifactId>
	<version>1.0.0</version>
</dependency>

Snapshots (Repository http://oss.sonatype.org/content/repositories/snapshots)

<dependency>
	<groupId>de.flapdoodle.measure</groupId>
	<artifactId>de.flapdoodle.measure</artifactId>
	<version>1.0.1-SNAPSHOT</version>
</dependency>