组织ID: |
org.bitbucket.mstrobel |
项目ID: |
procyon-core |
版本: |
0.4.2 |
最后修改时间: |
2018-11-05 17:29:11 |
包类型: |
jar |
标题: |
procyon-core |
描述: |
Procyon |
相关URL: |
https://bitbucket.org/mstrobel/procyon |
大小: |
162.91KB |
|
Maven引入代码: |
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
<version>0.4.2</version>
</dependency>
|
Gradle引入代码: |
org.bitbucket.mstrobel:procyon-core:0.4.2
|
下载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.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
<version>0.4.2</version>
<name>procyon-core</name>
<description>Procyon</description>
<url>https://bitbucket.org/mstrobel/procyon</url>
<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>mstrobel</id>
<name>Mike Strobel</name>
<roles>
<role>owner</role>
<role>packager</role>
<role>developer</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>jira</system>
<url>https://bitbucket.org/mstrobel/procyon/issues</url>
</issueManagement>
<scm>
<connection>scm:hg:https://hg@bitbucket.org/mstrobel/procyon</connection>
<developerConnection>scm:hg:https://mstrobel@bitbucket.org/mstrobel/procyon</developerConnection>
<url>https://bitbucket.org/mstrobel/procyon</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.strobel.annotations.NotNull.class
com.strobel.annotations.Nullable.class
com.strobel.collections.ArrayIterator.class
com.strobel.collections.Cache.class
com.strobel.collections.Constants.class
com.strobel.collections.ImmutableList$1.class
com.strobel.collections.ImmutableList$2.class
com.strobel.collections.ImmutableList$3.class
com.strobel.collections.ImmutableList.class
com.strobel.collections.ListBuffer$1.class
com.strobel.collections.ListBuffer.class
com.strobel.collections.SatelliteCache.class
com.strobel.collections.ThreadLocalCache$1.class
com.strobel.collections.ThreadLocalCache.class
com.strobel.collections.TopLevelCache.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$1$1.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$1.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$2.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$HashIterator.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$IntHashEntry.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$SimpleEntry.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap$ValueIterator.class
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap.class
com.strobel.collections.concurrent.ConcurrentIntObjectMap.class
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap$1$1$1.class
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap$1$1.class
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap$1.class
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap$IntReference.class
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap.class
com.strobel.collections.concurrent.ConcurrentWeakIntObjectHashMap$WeakIntReference.class
com.strobel.collections.concurrent.ConcurrentWeakIntObjectHashMap.class
com.strobel.collections.concurrent.IntObjectEntry.class
com.strobel.compilerservices.CallerResolver.class
com.strobel.compilerservices.RuntimeHelpers.class
com.strobel.componentmodel.ArrayKeyMap.class
com.strobel.componentmodel.DictionaryKeyMap.class
com.strobel.componentmodel.EmptyKeyMap.class
com.strobel.componentmodel.FrugalKeyMap.class
com.strobel.componentmodel.Key.class
com.strobel.componentmodel.PairKeyMap.class
com.strobel.componentmodel.SingleKeyMap.class
com.strobel.componentmodel.UserDataStore.class
com.strobel.componentmodel.UserDataStoreBase.class
com.strobel.concurrent.StripedLock.class
com.strobel.concurrent.StripedReentrantLock.class
com.strobel.core.Accumulator.class
com.strobel.core.Aggregate.class
com.strobel.core.Aggregator.class
com.strobel.core.ArrayUtilities$1.class
com.strobel.core.ArrayUtilities$UnmodifiableArrayList.class
com.strobel.core.ArrayUtilities.class
com.strobel.core.BooleanBox.class
com.strobel.core.ByteBox.class
com.strobel.core.CharacterBox.class
com.strobel.core.Closeables$1.class
com.strobel.core.Closeables$AnonymousCloseable.class
com.strobel.core.Closeables.class
com.strobel.core.CollectionUtilities$AbstractIterator.class
com.strobel.core.CollectionUtilities$SkipIterator.class
com.strobel.core.CollectionUtilities$TakeIterator.class
com.strobel.core.CollectionUtilities.class
com.strobel.core.Comparer.class
com.strobel.core.DoubleBox.class
com.strobel.core.Environment.class
com.strobel.core.Error.class
com.strobel.core.ExceptionUtilities.class
com.strobel.core.Fences.class
com.strobel.core.FloatBox.class
com.strobel.core.Freezable.class
com.strobel.core.HashUtilities.class
com.strobel.core.IEqualityComparator.class
com.strobel.core.IFreezable.class
com.strobel.core.IntegerBox.class
com.strobel.core.IReadOnlyList.class
com.strobel.core.IStrongBox.class
com.strobel.core.KeyedQueue.class
com.strobel.core.LongBox.class
com.strobel.core.Mapping.class
com.strobel.core.MutableInteger$1.class
com.strobel.core.MutableInteger.class
com.strobel.core.OS.class
com.strobel.core.Pair.class
com.strobel.core.Predicate.class
com.strobel.core.Predicates$1.class
com.strobel.core.Predicates$10.class
com.strobel.core.Predicates$11.class
com.strobel.core.Predicates$12.class
com.strobel.core.Predicates$13.class
com.strobel.core.Predicates$14.class
com.strobel.core.Predicates$15.class
com.strobel.core.Predicates$16.class
com.strobel.core.Predicates$17.class
com.strobel.core.Predicates$18.class
com.strobel.core.Predicates$19.class
com.strobel.core.Predicates$2.class
com.strobel.core.Predicates$20.class
com.strobel.core.Predicates$21.class
com.strobel.core.Predicates$22.class
com.strobel.core.Predicates$23.class
com.strobel.core.Predicates$24.class
com.strobel.core.Predicates$25.class
com.strobel.core.Predicates$3.class
com.strobel.core.Predicates$4.class
com.strobel.core.Predicates$5.class
com.strobel.core.Predicates$6.class
com.strobel.core.Predicates$7.class
com.strobel.core.Predicates$8.class
com.strobel.core.Predicates$9.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|