| 组织ID: |
org.jxmpp |
| 项目ID: |
jxmpp-util-cache |
| 版本: |
0.5.0-alpha2 |
| 最后修改时间: |
2019-11-01 02:44:47 |
| 包类型: |
jar |
| 标题: |
JXMPP |
| 描述: |
A minimalistic and efficient bounded LRU Cache with optional expiration. |
| 相关URL: |
http://www.igniterealtime.org/projects/jxmpp/ |
| 大小: |
6.89KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jxmpp</groupId>
<artifactId>jxmpp-util-cache</artifactId>
<version>0.5.0-alpha2</version>
</dependency>
|
| Gradle引入代码: |
org.jxmpp:jxmpp-util-cache:0.5.0-alpha2
|
| 下载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.jxmpp</groupId>
<artifactId>jxmpp-util-cache</artifactId>
<version>0.5.0-alpha2</version>
<name>JXMPP</name>
<description>A minimalistic and efficient bounded LRU Cache with optional expiration.</description>
<url>http://www.igniterealtime.org/projects/jxmpp/</url>
<inceptionYear>2014</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>flow</id>
<name>Florian Schmaus</name>
<email>flow@igniterealtime.org</email>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>http://issues.igniterealtime.org/browse/JXMPP</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/igniterealtime/Smack.git</connection>
<developerConnection>scm:git:https://github.com/igniterealtime/Smack.git</developerConnection>
<url>https://github.com/igniterealtime/Smack</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>smack.snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jxmpp.util.cache.Cache.class
org.jxmpp.util.cache.ExpirationCache.class
org.jxmpp.util.cache.LruCache.class
org.jxmpp.util.cache.ExpirationCache$ExpireElement.class
org.jxmpp.util.cache.ExpirationCache$EntryImpl.class
|
| 依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|