License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.high-scale-lib |
ArtifactId | ArtifactIdjava_util_hashtable |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReplacement java.util.Hashtable
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java_util_hashtable-1.1.4.pom | |
java_util_hashtable-1.1.4.jar | 35 KB |
java_util_hashtable-1.1.4-sources.jar | 3 KB |
java_util_hashtable-1.1.4-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.high-scale-lib/java_util_hashtable/ -->
<dependency>
<groupId>com.github.stephenc.high-scale-lib</groupId>
<artifactId>java_util_hashtable</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.high-scale-lib/java_util_hashtable/
implementation 'com.github.stephenc.high-scale-lib:java_util_hashtable:1.1.4'
// https://jarcasting.com/artifacts/com.github.stephenc.high-scale-lib/java_util_hashtable/
implementation ("com.github.stephenc.high-scale-lib:java_util_hashtable:1.1.4")
'com.github.stephenc.high-scale-lib:java_util_hashtable:jar:1.1.4'
<dependency org="com.github.stephenc.high-scale-lib" name="java_util_hashtable" rev="1.1.4">
<artifact name="java_util_hashtable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.high-scale-lib', module='java_util_hashtable', version='1.1.4')
)
libraryDependencies += "com.github.stephenc.high-scale-lib" % "java_util_hashtable" % "1.1.4"
[com.github.stephenc.high-scale-lib/java_util_hashtable "1.1.4"]