License |
License
MIT License
|
---|---|
Categories |
CategoriesJava 8 Languages |
GroupId | GroupIdcom.github.fedorov-s-n.aht |
ArtifactId | ArtifactIdaht-java8 |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArray Hash Tools
Concurrent lock-free collections with O(1) access time
|
Filename | Size |
---|---|
aht-java8-1.0.pom | |
aht-java8-1.0.jar | 31 KB |
aht-java8-1.0-sources.jar | 9 KB |
aht-java8-1.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fedorov-s-n.aht/aht-java8/ -->
<dependency>
<groupId>com.github.fedorov-s-n.aht</groupId>
<artifactId>aht-java8</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fedorov-s-n.aht/aht-java8/
implementation 'com.github.fedorov-s-n.aht:aht-java8:1.0'
// https://jarcasting.com/artifacts/com.github.fedorov-s-n.aht/aht-java8/
implementation ("com.github.fedorov-s-n.aht:aht-java8:1.0")
'com.github.fedorov-s-n.aht:aht-java8:jar:1.0'
<dependency org="com.github.fedorov-s-n.aht" name="aht-java8" rev="1.0">
<artifact name="aht-java8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fedorov-s-n.aht', module='aht-java8', version='1.0')
)
libraryDependencies += "com.github.fedorov-s-n.aht" % "aht-java8" % "1.0"
[com.github.fedorov-s-n.aht/aht-java8 "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.8 |