License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.jerolba |
ArtifactId | ArtifactIdbikey |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionbikey
Bikey: low memory footprint Map and Set implementation on objects with composited keys
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bikey-0.9.0.pom | |
bikey-0.9.0.jar | 68 KB |
bikey-0.9.0-sources.jar | 33 KB |
bikey-0.9.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jerolba/bikey/ -->
<dependency>
<groupId>com.jerolba</groupId>
<artifactId>bikey</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jerolba/bikey/
implementation 'com.jerolba:bikey:0.9.0'
// https://jarcasting.com/artifacts/com.jerolba/bikey/
implementation ("com.jerolba:bikey:0.9.0")
'com.jerolba:bikey:jar:0.9.0'
<dependency org="com.jerolba" name="bikey" rev="0.9.0">
<artifact name="bikey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jerolba', module='bikey', version='0.9.0')
)
libraryDependencies += "com.jerolba" % "bikey" % "0.9.0"
[com.jerolba/bikey "0.9.0"]