| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification |
| GroupId | GroupIdcom.tomgibara.keycode |
| ArtifactId | ArtifactIdkeycode |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKeycode
Encode 256 bit keys for human transcription.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| keycode-1.0.0.pom | |
| keycode-1.0.0.jar | 13 KB |
| keycode-1.0.0-sources.jar | 9 KB |
| keycode-1.0.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.keycode/keycode/ -->
<dependency>
<groupId>com.tomgibara.keycode</groupId>
<artifactId>keycode</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.keycode/keycode/
implementation 'com.tomgibara.keycode:keycode:1.0.0'
// https://jarcasting.com/artifacts/com.tomgibara.keycode/keycode/
implementation ("com.tomgibara.keycode:keycode:1.0.0")
'com.tomgibara.keycode:keycode:jar:1.0.0'
<dependency org="com.tomgibara.keycode" name="keycode" rev="1.0.0">
<artifact name="keycode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.keycode', module='keycode', version='1.0.0')
)
libraryDependencies += "com.tomgibara.keycode" % "keycode" % "1.0.0"
[com.tomgibara.keycode/keycode "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.tomgibara.bits : bits | jar | 1.0.0 |