Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIddev.xethh.toolkits |
ArtifactId | ArtifactIdNKeysLock |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
NKeysLock-0.2.pom | |
NKeysLock-0.2.jar | 11 KB |
NKeysLock-0.2-sources.jar | 8 KB |
NKeysLock-0.2-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/ -->
<dependency>
<groupId>dev.xethh.toolkits</groupId>
<artifactId>NKeysLock</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/
implementation 'dev.xethh.toolkits:NKeysLock:0.2'
// https://jarcasting.com/artifacts/dev.xethh.toolkits/NKeysLock/
implementation ("dev.xethh.toolkits:NKeysLock:0.2")
'dev.xethh.toolkits:NKeysLock:jar:0.2'
<dependency org="dev.xethh.toolkits" name="NKeysLock" rev="0.2">
<artifact name="NKeysLock" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.toolkits', module='NKeysLock', version='0.2')
)
libraryDependencies += "dev.xethh.toolkits" % "NKeysLock" % "0.2"
[dev.xethh.toolkits/NKeysLock "0.2"]