组织ID: |
org.uncommons.maths |
项目ID: |
uncommons-maths |
版本: |
1.2.2a |
最后修改时间: |
2018-07-26 03:36:20 |
包类型: |
jar |
标题: |
Uncommons Maths |
描述: |
Random number generators, probability distributions, combinatorics and statistics for Java. |
相关URL: |
http://maths.uncommons.org/ |
大小: |
47.87KB |
|
Maven引入代码: |
<dependency>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.2a</version>
</dependency>
|
Gradle引入代码: |
org.uncommons.maths:uncommons-maths:1.2.2a
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Uncommons Maths</name>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.2a</version>
<packaging>jar</packaging>
<url>http://maths.uncommons.org/</url>
<description>Random number generators, probability distributions, combinatorics and statistics for Java.</description>
<scm>
<connection>scm:git:git://github.com/dwdyer/uncommons-maths.git</connection>
<developerConnection>scm:git:git@github.com:dwdyer/uncommons-maths.git</developerConnection>
<url>http://github.com/dwdyer/uncommons-maths</url>
</scm>
<developers>
<developer>
<id>dwdyer</id>
<name>Dan Dyer</name>
</developer>
</developers>
<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>
<dependencies>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.12</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.8a</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.uncommons.maths.Maths.class
org.uncommons.maths.binary.BinaryUtils.class
org.uncommons.maths.binary.BitString.class
org.uncommons.maths.binary.package-info.class
org.uncommons.maths.combinatorics.CombinationGenerator$1.class
org.uncommons.maths.combinatorics.CombinationGenerator.class
org.uncommons.maths.combinatorics.PermutationGenerator$1.class
org.uncommons.maths.combinatorics.PermutationGenerator.class
org.uncommons.maths.combinatorics.package-info.class
org.uncommons.maths.number.AdjustableNumberGenerator.class
org.uncommons.maths.number.ConstantGenerator.class
org.uncommons.maths.number.NumberGenerator.class
org.uncommons.maths.number.Rational.class
org.uncommons.maths.number.package-info.class
org.uncommons.maths.package-info.class
org.uncommons.maths.random.AESCounterRNG$1.class
org.uncommons.maths.random.AESCounterRNG$AESKey.class
org.uncommons.maths.random.AESCounterRNG.class
org.uncommons.maths.random.BinomialGenerator.class
org.uncommons.maths.random.CMWC4096RNG.class
org.uncommons.maths.random.CellularAutomatonRNG.class
org.uncommons.maths.random.ContinuousUniformGenerator.class
org.uncommons.maths.random.DefaultSeedGenerator.class
org.uncommons.maths.random.DevRandomSeedGenerator.class
org.uncommons.maths.random.DiehardInputGenerator.class
org.uncommons.maths.random.DiscreteUniformGenerator.class
org.uncommons.maths.random.ExponentialGenerator.class
org.uncommons.maths.random.GaussianGenerator.class
org.uncommons.maths.random.JavaRNG.class
org.uncommons.maths.random.MersenneTwisterRNG.class
org.uncommons.maths.random.PoissonGenerator.class
org.uncommons.maths.random.Probability.class
org.uncommons.maths.random.RandomDotOrgSeedGenerator.class
org.uncommons.maths.random.RepeatableRNG.class
org.uncommons.maths.random.SecureRandomSeedGenerator.class
org.uncommons.maths.random.SeedException.class
org.uncommons.maths.random.SeedGenerator.class
org.uncommons.maths.random.XORShiftRNG.class
org.uncommons.maths.random.package-info.class
org.uncommons.maths.statistics.DataSet.class
org.uncommons.maths.statistics.EmptyDataSetException.class
org.uncommons.maths.statistics.package-info.class
|
依赖Jar: |
jcommon-1.0.12.jar
/jfree/jcommon/1.0.12
查看jcommon所有版本文件
jfreechart-1.0.8a.jar
/jfree/jfreechart/1.0.8a
查看jfreechart所有版本文件
|