组织ID: |
swarmcache |
项目ID: |
swarmcache |
版本: |
1.0RC2 |
最后修改时间: |
2018-07-31 22:53:51 |
包类型: |
jar |
大小: |
29.88KB |
|
Maven引入代码: |
<dependency>
<groupId>swarmcache</groupId>
<artifactId>swarmcache</artifactId>
<version>1.0RC2</version>
</dependency>
|
Gradle引入代码: |
swarmcache:swarmcache:1.0RC2
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>swarmcache</groupId>
<artifactId>swarmcache</artifactId>
<version>1.0RC2</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>jgroups</groupId>
<artifactId>jgroups-all</artifactId>
<version>2.2.8</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sf.swarmcache.AutoCache.class
net.sf.swarmcache.CacheConfiguration.class
net.sf.swarmcache.CacheConfigurationManager.class
net.sf.swarmcache.CacheFactory.class
net.sf.swarmcache.CacheNotification.class
net.sf.swarmcache.CacheTest$1.class
net.sf.swarmcache.CacheTest$2.class
net.sf.swarmcache.CacheTest$FinalizerString.class
net.sf.swarmcache.CacheTest$LoadTester.class
net.sf.swarmcache.CacheTest.class
net.sf.swarmcache.Communicator.class
net.sf.swarmcache.HybridCache.class
net.sf.swarmcache.JavaGroupsCommunicator.class
net.sf.swarmcache.LRUCache$ListeningLRUMap.class
net.sf.swarmcache.LRUCache.class
net.sf.swarmcache.LRUCacheListener.class
net.sf.swarmcache.MultiCache.class
net.sf.swarmcache.MultiCacheManager.class
net.sf.swarmcache.ObjectCache.class
net.sf.swarmcache.TimerCache$TStampObject.class
net.sf.swarmcache.TimerCache.class
net.sf.swarmcache.UnboundedLRUMap.class
|
依赖Jar: |
commons-collections-2.1.jar
/commons-collections/commons-collections/2.1
查看commons-collections所有版本文件
commons-logging-1.0.2.jar
/commons-logging/commons-logging/1.0.2
查看commons-logging所有版本文件
jgroups-all-2.2.8.jar
/jgroups/jgroups-all/2.2.8
查看jgroups-all所有版本文件
|