组织ID: |
org.uncommons.maths |
项目ID: |
uncommons-maths |
版本: |
1.2.1 |
最后修改时间: |
2018-08-16 16:49:32 |
包类型: |
jar |
标题: |
Uncommons Maths |
相关URL: |
http://maths.uncommons.org/ |
大小: |
46.68KB |
|
Maven引入代码: |
<dependency>
<groupId>org.uncommons.maths</groupId>
<artifactId>uncommons-maths</artifactId>
<version>1.2.1</version>
</dependency>
|
Gradle引入代码: |
org.uncommons.maths:uncommons-maths:1.2.1
|
下载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.1</version>
<packaging>jar</packaging>
<url>http://maths.uncommons.org/</url>
<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>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.uncommons.maths/uncommons-maths/pom.properties
META-INF/maven/org.uncommons.maths/uncommons-maths/pom.xml
org.uncommons.maths.Maths.class
org.uncommons.maths.binary.BinaryUtils.class
org.uncommons.maths.binary.BitString.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.number.AdjustableNumberGenerator.class
org.uncommons.maths.number.ConstantGenerator.class
org.uncommons.maths.number.NumberGenerator.class
org.uncommons.maths.number.Rational.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.statistics.DataSet.class
org.uncommons.maths.statistics.EmptyDataSetException.class
|
依赖Jar: |
无
|