组织ID: |
org.roaringbitmap |
项目ID: |
shims |
版本: |
0.8.12 |
最后修改时间: |
2019-12-09 14:51:44 |
包类型: |
jar |
标题: |
org.roaringbitmap:shims |
描述: |
Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise. |
相关URL: |
https://github.com/RoaringBitmap/RoaringBitmap |
大小: |
2.08KB |
|
Maven引入代码: |
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>shims</artifactId>
<version>0.8.12</version>
</dependency>
|
Gradle引入代码: |
org.roaringbitmap:shims:0.8.12
|
下载Jar包: |
|
POM文件内容: |
<?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>org.roaringbitmap</groupId>
<artifactId>shims</artifactId>
<version>0.8.12</version>
<name>org.roaringbitmap:shims</name>
<description>Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.</description>
<url>https://github.com/RoaringBitmap/RoaringBitmap</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>lemire</id>
<name>Daniel Lemire</name>
<email>lemire@gmail.com</email>
<url>http://lemire.me/en/</url>
<roles>
<role>architect</role>
<role>developer</role>
<role>maintainer</role>
</roles>
<timezone>-5</timezone>
<properties>
<picUrl>http://lemire.me/fr/images/JPG/profile2011B_152.jpg</picUrl>
</properties>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/RoaringBitmap/RoaringBitmap.git</connection>
<developerConnection>scm:git:https://github.com/RoaringBitmap/RoaringBitmap.git</developerConnection>
<url>https://github.com/RoaringBitmap/RoaringBitmap</url>
</scm>
<issueManagement>
<system>GitHub Issue Tracking</system>
<url>https://github.com/RoaringBitmap/RoaringBitmap/issues</url>
</issueManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.roaringbitmap.ArraysShim.class
META-INF.versions.11.org.roaringbitmap.ArraysShim.class
|
依赖Jar: |
无
|