Last Version

SplitStopWatch 0.3.1

Using this tool you can streamline your debug-output when timing the duration of your methods or tasks.

License

License

GroupId

GroupId

info.unterrainer.commons
ArtifactId

ArtifactId

splitstopwatch
Version

Version

0.3.1
Type

Type

jar
Description

Description

SplitStopWatch
Using this tool you can streamline your debug-output when timing the duration of your methods or tasks.
Project URL

Project URL

https://github.com/UnterrainerInformatik/java-splitstopwatch
Project Organization

Project Organization

Unterrainer Informatik OG
Source Code Management

Source Code Management

https://github.com/UnterrainerInformatik/splitstopwatch

Download splitstopwatch 0.3.1


<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/splitstopwatch/ -->
<dependency>
    <groupId>info.unterrainer.commons</groupId>
    <artifactId>splitstopwatch</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/splitstopwatch/
implementation 'info.unterrainer.commons:splitstopwatch:0.3.1'
// https://jarcasting.com/artifacts/info.unterrainer.commons/splitstopwatch/
implementation ("info.unterrainer.commons:splitstopwatch:0.3.1")
'info.unterrainer.commons:splitstopwatch:jar:0.3.1'
<dependency org="info.unterrainer.commons" name="splitstopwatch" rev="0.3.1">
  <artifact name="splitstopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='splitstopwatch', version='0.3.1')
)
libraryDependencies += "info.unterrainer.commons" % "splitstopwatch" % "0.3.1"
[info.unterrainer.commons/splitstopwatch "0.3.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.mapstruct : mapstruct-processor jar 1.3.0.Final
org.slf4j : slf4j-api jar 2.0.0-alpha0
org.slf4j : slf4j-log4j12 jar 2.0.0-alpha0
org.slf4j : slf4j-simple jar 2.0.0-alpha1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.assertj : assertj-core jar 3.15.0
org.mockito : mockito-core jar 3.5.15
org.mockito : mockito-junit-jupiter jar 3.5.15

Project Modules

There are no modules declared in this project.