Codebase list libfastutil-java / upstream/8.2.3 pom.xml
upstream/8.2.3

Tree @upstream/8.2.3 (Download .tar.gz)

pom.xml @upstream/8.2.3raw · history · blame

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>it.unimi.dsi</groupId>
  <artifactId>fastutil</artifactId>
  <packaging>jar</packaging>
  <name>fastutil</name>
  <version>8.2.3</version>
  <description>fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; provides also big (64-bit) arrays, sets and lists, and fast, practical I/O classes for binary and text files.</description>
  <url>http://fastutil.di.unimi.it/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git://github.com/vigna/fastutil.git</connection>
    <url>https://github.com/vigna/fastutil</url>
  </scm>
  <developers>
    <developer>
      <id>vigna</id>
      <name>Sebastiano Vigna</name>
      <email>vigna@di.unimi.it</email>
    </developer>
  </developers>
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>