is not current version
Last Version 1.0.1

cc.renken:keylock 1.0.0

A simple key based locking library.

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

cc.renken
ArtifactId

ArtifactId

keylock
Version

Version

1.0.0
Type

Type

jar

Download keylock 1.0.0


<!-- https://jarcasting.com/artifacts/cc.renken/keylock/ -->
<dependency>
    <groupId>cc.renken</groupId>
    <artifactId>keylock</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.renken/keylock/
implementation 'cc.renken:keylock:1.0.0'
// https://jarcasting.com/artifacts/cc.renken/keylock/
implementation ("cc.renken:keylock:1.0.0")
'cc.renken:keylock:jar:1.0.0'
<dependency org="cc.renken" name="keylock" rev="1.0.0">
  <artifact name="keylock" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.renken', module='keylock', version='1.0.0')
)
libraryDependencies += "cc.renken" % "keylock" % "1.0.0"
[cc.renken/keylock "1.0.0"]