is not current version
Last Version 2.0

com.github.vlsi.compactmap:parent 1.2.1

Hash table implementation modelled after memory efficient V8's Fast Property Access

GroupId

GroupId

com.github.vlsi.compactmap
ArtifactId

ArtifactId

parent
Version

Version

1.2.1
Type

Type

pom

Download parent 1.2.1

Filename Size
parent-1.2.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.vlsi.compactmap/parent/ -->
<dependency>
    <groupId>com.github.vlsi.compactmap</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vlsi.compactmap/parent/
implementation 'com.github.vlsi.compactmap:parent:1.2.1'
// https://jarcasting.com/artifacts/com.github.vlsi.compactmap/parent/
implementation ("com.github.vlsi.compactmap:parent:1.2.1")
'com.github.vlsi.compactmap:parent:pom:1.2.1'
<dependency org="com.github.vlsi.compactmap" name="parent" rev="1.2.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vlsi.compactmap', module='parent', version='1.2.1')
)
libraryDependencies += "com.github.vlsi.compactmap" % "parent" % "1.2.1"
[com.github.vlsi.compactmap/parent "1.2.1"]