| License |
License |
|---|---|
| GroupId | GroupIdorg.silentsoft |
| ArtifactId | ArtifactIdstopwatch |
| Last Version | Last Version2.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStopwatch
Stopwatch for get rid of chore in your code.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stopwatch-2.2.1.pom | |
| stopwatch-2.2.1.jar | 7 KB |
| stopwatch-2.2.1-sources.jar | 4 KB |
| stopwatch-2.2.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.silentsoft/stopwatch/ -->
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>stopwatch</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft/stopwatch/
implementation 'org.silentsoft:stopwatch:2.2.1'
// https://jarcasting.com/artifacts/org.silentsoft/stopwatch/
implementation ("org.silentsoft:stopwatch:2.2.1")
'org.silentsoft:stopwatch:jar:2.2.1'
<dependency org="org.silentsoft" name="stopwatch" rev="2.2.1">
<artifact name="stopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft', module='stopwatch', version='2.2.1')
)
libraryDependencies += "org.silentsoft" % "stopwatch" % "2.2.1"
[org.silentsoft/stopwatch "2.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |