se.wollan:time time

Group se.wollan
描述 <text># Time To be able to timestamp events in a distributed system, we use a [hybrid logical clock](https://cse.buffalo.edu/tech-reports/2014-04.pdf). For our purposes, with relatively few events and the assumption that the physical clock will progress faster than the logical in the long run, the naive HLC impl will suffice and the timestamp value will in pratice be bounded. ## Install ``` kotlin implementation("se.wollan:time:<version>") ``` [Stable versions](https://central.sonatype.com/artifact/se.wollan/time/). [Snapshot versions](https://oss.sonatype.org/content/repositories/snapshots/se/wollan/time/). ``` kotlin repositories { mavenCentral() maven("https://oss.sonatype.org/content/repositories/snapshots/") } ``` ## Usage ``` kotlin // 1. Bootstrap application val tim
Packaging
Size
文件 pom jar
网址 https://bitbucket.org/wollan/time
发布时间 2024-02-12 01:36

dependencies

Group Artifact Version
org.jetbrains.kotlin kotlin-stdlib-jdk8 1.8.10
org.jetbrains.kotlinx kotlinx-coroutines-core-jvm 1.7.3
org.jetbrains.kotlinx kotlinx-serialization-core-jvm 1.6.2
se.wollan data-scope 1.0.0-rc10

developers

wollan wollan

licenses

CC BY-NC-ND 4.0 https://creativecommons.org/licenses/by-nc-nd/4.0/
索引仓库
仓库 个数
Central 592045
89494437