| License |
License |
|---|---|
| GroupId | GroupIdcom.github.priytam |
| ArtifactId | ArtifactIdstopwatch |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionstopwatch
A java library that provides thread safe implimentation of stop watch
------------------------------------------
Project version: 1.0.0
Gradle version: 6.1
Documentation: https://priytam.github.io/stopwatch/
------------------------------------------
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stopwatch-1.0.0.pom | |
| stopwatch-1.0.0.jar | 3 KB |
| stopwatch-1.0.0-sources.jar | 2 KB |
| stopwatch-1.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.priytam/stopwatch/ -->
<dependency>
<groupId>com.github.priytam</groupId>
<artifactId>stopwatch</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.priytam/stopwatch/
implementation 'com.github.priytam:stopwatch:1.0.0'
// https://jarcasting.com/artifacts/com.github.priytam/stopwatch/
implementation ("com.github.priytam:stopwatch:1.0.0")
'com.github.priytam:stopwatch:jar:1.0.0'
<dependency org="com.github.priytam" name="stopwatch" rev="1.0.0">
<artifact name="stopwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.priytam', module='stopwatch', version='1.0.0')
)
libraryDependencies += "com.github.priytam" % "stopwatch" % "1.0.0"
[com.github.priytam/stopwatch "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| concurrent : concurrent | jar | 1.3.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |