compact-maps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.selectivem.collections</groupId> <artifactId>compact-maps</artifactId> <version>1.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.selectivem.collections</groupId> <artifactId>compact-maps</artifactId> <version>1.4.0</version> <name>com.selectivem.collections:compact-maps</name> <description>Map implementations that allow heap-efficient maps where the keys a sub-sets of other sets</description> <url>https://github.com/nibix/collections</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Nils Bandener</name> <email>code@selectiveminimalism.com</email> <organizationUrl>https://github.com/nibix</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/nibix/checklists.git</connection> <developerConnection>scm:git:ssh://github.com/nibix/checklists.git</developerConnection> <url>https://github.com/nibix/checklists/tree/main</url> </scm> <distributionManagement> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>com.selectivem.collections</groupId> <artifactId>backing-collections</artifactId> <version>1.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.selectivem.collections</groupId> <artifactId>indexed-set</artifactId> <version>1.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.selectivem.collections</groupId> <artifactId>interfaces</artifactId> <version>1.4.0</version> <scope>compile</scope> </dependency> </dependencies> </project>