| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторelapsed-time |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеElapsed Time
Code library to provide elapsed time functionality with an easy to use API
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| elapsed-time-1.0.4.pom | |
| elapsed-time-1.0.4.jar | 6 KB |
| elapsed-time-1.0.4-sources.jar | 3 KB |
| elapsed-time-1.0.4-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>elapsed-time</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/
implementation 'com.github.michaelruocco:elapsed-time:1.0.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/elapsed-time/
implementation ("com.github.michaelruocco:elapsed-time:1.0.4")
'com.github.michaelruocco:elapsed-time:jar:1.0.4'
<dependency org="com.github.michaelruocco" name="elapsed-time" rev="1.0.4">
<artifact name="elapsed-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='elapsed-time', version='1.0.4')
)
libraryDependencies += "com.github.michaelruocco" % "elapsed-time" % "1.0.4"
[com.github.michaelruocco/elapsed-time "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| joda-time : joda-time | jar | 2.9.6 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.6.0 |
| junit : junit | jar | 4.12 |
| eu.codearte.catch-exception : catch-exception | jar | 1.4.4 |