组织ID: |
commons-math |
项目ID: |
commons-math |
版本: |
1.0 |
最后修改时间: |
2018-07-27 17:15:37 |
包类型: |
jar |
标题: |
Math |
描述: |
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang. |
相关URL: |
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ |
大小: |
149.13KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
<version>1.0</version>
</dependency>
|
Gradle引入代码: |
commons-math:commons-math:1.0
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-math</groupId>
<artifactId>commons-math</artifactId>
<name>Math</name>
<version>1.0</version>
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<issueManagement>
<url>http://nagoya.apache.org/bugzilla/enter_bug.cgi?reporter=&product=Commons&version=unspecified&component=Math&rep_platform=All&op_sys=All&priority=Other&bug_severity=normal&bug_status=NEW&assigned_to=&cc=&bug_file_loc=&short_desc=%5Bpatch%5D+%22Your+subject+heading+here%22&comment=Please+provide+details+here.+Its+best+to+submit+patches+that+alter+existing+file%0D%0Acontent+in+%22unified+cvs+diff%22+format.+%0D%0A%0D%0ASubmissions+that+provide+new+files+can+be+supplied+as+direct+file+attachments+or%0D%0Aarchives+in+zip+or+tar.gz+format.+please+be+kind+enough+to+identify+the+format%0D%0Aof+the+attached+archive+as+bugzill+tends+to+strip+these+characterstics+by%0D%0Aremoving+the+files+extension.&maketemplate=Remember+values+as+bookmarkable+template&form_name=enter_bug</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<configuration>
<address>commons-dev@jakarta.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2003</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Albert Davidson Chou</name>
<email>achou at apache dot org</email>
</developer>
<developer>
<id>mdiggory</id>
<name>Mark Diggory</name>
<email>mdiggory at apache dot org</email>
</developer>
<developer>
<id>rdonkin</id>
<name>Robert Burrell Donkin</name>
<email>rdonkin at apache dot org</email>
</developer>
<developer>
<id>tobrien</id>
<name>Tim O'Brien</name>
<email>tobrien at apache dot org</email>
</developer>
<developer>
<id>pietsch</id>
<name>J. Pietschmann</name>
<email>j3322ptm at yahoo dot de</email>
</developer>
<developer>
<id>psteitz</id>
<name>Phil Steitz</name>
<email>psteitz at apache dot org</email>
</developer>
<developer>
<id>brentworden</id>
<name>Brent Worden</name>
<email>brentworden at apache dot org</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Ken Geis</name>
</contributor>
<contributor>
<name>Piotr Kochanski</name>
</contributor>
<contributor>
<name>Fredrik Norin</name>
</contributor>
<contributor>
<name>Christopher Schuck</name>
</contributor>
<contributor>
<name>Kim van der Linde</name>
</contributor>
</contributors>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<testResources>
<testResource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.txt</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId>
<version>0.2</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.math.analysis.BisectionSolver.class
org.apache.commons.math.analysis.UnivariateRealSolverImpl.class
org.apache.commons.math.analysis.UnivariateRealSolver.class
org.apache.commons.math.analysis.UnivariateRealFunction.class
org.apache.commons.math.analysis.BrentSolver.class
org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction.class
org.apache.commons.math.analysis.NewtonSolver.class
org.apache.commons.math.analysis.PolynomialFunction.class
org.apache.commons.math.analysis.PolynomialSplineFunction.class
org.apache.commons.math.analysis.SecantSolver.class
org.apache.commons.math.analysis.SplineInterpolator.class
org.apache.commons.math.analysis.UnivariateRealInterpolator.class
org.apache.commons.math.analysis.UnivariateRealSolverFactory.class
org.apache.commons.math.analysis.UnivariateRealSolverFactoryImpl.class
org.apache.commons.math.analysis.UnivariateRealSolverUtils.class
org.apache.commons.math.ConvergenceException.class
org.apache.commons.math.MathException.class
org.apache.commons.math.FunctionEvaluationException.class
org.apache.commons.math.MathConfigurationException.class
org.apache.commons.math.complex.Complex.class
org.apache.commons.math.complex.ComplexFormat.class
org.apache.commons.math.complex.ComplexUtils.class
org.apache.commons.math.distribution.AbstractContinuousDistribution$1.class
org.apache.commons.math.distribution.AbstractContinuousDistribution.class
org.apache.commons.math.distribution.AbstractDistribution.class
org.apache.commons.math.distribution.Distribution.class
org.apache.commons.math.distribution.ContinuousDistribution.class
org.apache.commons.math.distribution.AbstractIntegerDistribution.class
org.apache.commons.math.distribution.IntegerDistribution.class
org.apache.commons.math.distribution.DiscreteDistribution.class
org.apache.commons.math.distribution.BinomialDistribution.class
org.apache.commons.math.distribution.BinomialDistributionImpl.class
org.apache.commons.math.distribution.ChiSquaredDistribution.class
org.apache.commons.math.distribution.ChiSquaredDistributionImpl.class
org.apache.commons.math.distribution.GammaDistribution.class
org.apache.commons.math.distribution.DistributionFactory.class
org.apache.commons.math.distribution.ExponentialDistribution.class
org.apache.commons.math.distribution.FDistribution.class
org.apache.commons.math.distribution.TDistribution.class
org.apache.commons.math.distribution.HypergeometricDistribution.class
org.apache.commons.math.distribution.NormalDistribution.class
org.apache.commons.math.distribution.PoissonDistribution.class
org.apache.commons.math.distribution.DistributionFactoryImpl.class
org.apache.commons.math.distribution.ExponentialDistributionImpl.class
org.apache.commons.math.distribution.FDistributionImpl.class
org.apache.commons.math.distribution.GammaDistributionImpl.class
org.apache.commons.math.distribution.HypergeometricDistributionImpl.class
org.apache.commons.math.distribution.NormalDistributionImpl.class
org.apache.commons.math.distribution.PoissonDistributionImpl.class
org.apache.commons.math.distribution.TDistributionImpl.class
org.apache.commons.math.linear.BigMatrix.class
org.apache.commons.math.linear.MatrixIndexException.class
org.apache.commons.math.linear.InvalidMatrixException.class
org.apache.commons.math.linear.BigMatrixImpl.class
org.apache.commons.math.linear.MatrixUtils.class
org.apache.commons.math.linear.RealMatrix.class
org.apache.commons.math.linear.RealMatrixImpl.class
org.apache.commons.math.random.EmpiricalDistribution.class
org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapter.class
org.apache.commons.math.random.EmpiricalDistributionImpl$DataAdapterFactory.class
org.apache.commons.math.random.EmpiricalDistributionImpl$StreamDataAdapter.class
org.apache.commons.math.random.EmpiricalDistributionImpl$ArrayDataAdapter.class
org.apache.commons.math.random.EmpiricalDistributionImpl$1.class
org.apache.commons.math.random.EmpiricalDistributionImpl.class
org.apache.commons.math.random.RandomData.class
org.apache.commons.math.random.RandomDataImpl.class
org.apache.commons.math.random.ValueServer.class
org.apache.commons.math.stat.descriptive.StatisticalSummary.class
org.apache.commons.math.stat.descriptive.SummaryStatistics.class
org.apache.commons.math.stat.descriptive.moment.FirstMoment.class
org.apache.commons.math.stat.descriptive.moment.FourthMoment.class
org.apache.commons.math.stat.descriptive.moment.ThirdMoment.class
org.apache.commons.math.stat.descriptive.moment.SecondMoment.class
org.apache.commons.math.stat.descriptive.moment.GeometricMean.class
org.apache.commons.math.stat.descriptive.moment.Kurtosis.class
org.apache.commons.math.stat.descriptive.moment.Mean.class
org.apache.commons.math.stat.descriptive.moment.Skewness.class
org.apache.commons.math.stat.descriptive.moment.StandardDeviation.class
org.apache.commons.math.stat.descriptive.moment.Variance.class
org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic.class
org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic.class
org.apache.commons.math.stat.descriptive.UnivariateStatistic.class
org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic.class
org.apache.commons.math.stat.descriptive.summary.SumOfLogs.class
org.apache.commons.math.stat.descriptive.summary.Sum.class
org.apache.commons.math.stat.descriptive.summary.SumOfSquares.class
org.apache.commons.math.stat.descriptive.summary.Product.class
org.apache.commons.math.stat.descriptive.DescriptiveStatistics.class
org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl.class
org.apache.commons.math.stat.descriptive.StatisticalSummaryValues.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.0.3.jar
/commons-logging/commons-logging/1.0.3
查看commons-logging所有版本文件
commons-discovery-0.2.jar
/commons-discovery/commons-discovery/0.2
查看commons-discovery所有版本文件
|