License |
License |
---|---|
GroupId | GroupIdio.github.snower |
ArtifactId | ArtifactIdjaslock |
Version | Version1.0.7 |
Type | Typejar |
Description |
Descriptionjaslock
High-performance distributed sync service and atomic DB. Provides good multi-core support through lock queues, high-performance asynchronous binary network protocols. Can be used for spikes, synchronization, event notification, concurrency control. https://github.com/snower/slock
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaslock-1.0.7.pom | |
jaslock-1.0.7.jar | 42 KB |
jaslock-1.0.7-sources.jar | 25 KB |
jaslock-1.0.7-javadoc.jar | 591 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.snower/jaslock/ -->
<dependency>
<groupId>io.github.snower</groupId>
<artifactId>jaslock</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snower/jaslock/
implementation 'io.github.snower:jaslock:1.0.7'
// https://jarcasting.com/artifacts/io.github.snower/jaslock/
implementation ("io.github.snower:jaslock:1.0.7")
'io.github.snower:jaslock:jar:1.0.7'
<dependency org="io.github.snower" name="jaslock" rev="1.0.7">
<artifact name="jaslock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snower', module='jaslock', version='1.0.7')
)
libraryDependencies += "io.github.snower" % "jaslock" % "1.0.7"
[io.github.snower/jaslock "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |