License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIddev.xethh.toolkits |
ArtifactId | ArtifactIdNKeysLock |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNKeysLock
A library for lock operation. A lock object with multiple unlock key and status change listener.
|
Project URL |
Project URL |
Filename | Size |
---|---|
NKeysLock-0.3.pom | |
NKeysLock-0.3.jar | 11 KB |
NKeysLock-0.3-sources.jar | 8 KB |
NKeysLock-0.3-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/ -->
<dependency>
<groupId>dev.xethh.toolkits</groupId>
<artifactId>NKeysLock</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/
implementation 'dev.xethh.toolkits:NKeysLock:0.3'
// https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/
implementation ("dev.xethh.toolkits:NKeysLock:0.3")
'dev.xethh.toolkits:NKeysLock:jar:0.3'
<dependency org="dev.xethh.toolkits" name="NKeysLock" rev="0.3">
<artifact name="NKeysLock" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.toolkits', module='NKeysLock', version='0.3')
)
libraryDependencies += "dev.xethh.toolkits" % "NKeysLock" % "0.3"
[dev.xethh.toolkits/NKeysLock "0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.19 |