License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-numbers-rootfinder |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Numbers Root Finder
Root finding utilities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-rootfinder/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-numbers-rootfinder</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-rootfinder/
implementation 'org.apache.commons:commons-numbers-rootfinder:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-rootfinder/
implementation ("org.apache.commons:commons-numbers-rootfinder:1.0")
'org.apache.commons:commons-numbers-rootfinder:jar:1.0'
<dependency org="org.apache.commons" name="commons-numbers-rootfinder" rev="1.0">
<artifact name="commons-numbers-rootfinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-numbers-rootfinder', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-numbers-rootfinder" % "1.0"
[org.apache.commons/commons-numbers-rootfinder "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-numbers-core | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar |