koloboke-api-jdk8
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.koloboke</groupId> <artifactId>koloboke-api-jdk8</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.koloboke</groupId> <artifactId>koloboke-api-jdk8</artifactId> <version>1.0.0</version> <name>Koloboke Collections API</name> <description>Carefully designed and efficient extension of the Java Collections Framework with primitive specializations and more, built for Java 8 (API)</description> <url>https://github.com/leventov/Koloboke</url> <inceptionYear>2013</inceptionYear> <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> <id>leventov</id> <name>Roman Leventov</name> <email>leventov@ya.ru</email> <url>http://www.leventov.ru</url> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/leventov/Koloboke/issues</url> </issueManagement> <scm> <connection>scm:git:git://github.com/leventov/Koloboke</connection> <developerConnection>scm:git:git://github.com/leventov/Koloboke</developerConnection> <url>https://github.com/leventov/Koloboke</url> </scm> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>3.0.1u2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.0-rc1</version> <scope>provided</scope> </dependency> </dependencies> </project>