License |
License |
---|---|
GroupId | GroupIdcom.github.wshackle |
ArtifactId | ArtifactIdcrcl4java-commons-math |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUtility class for converting CRCL types to appropriate Apache commons-math types.
|
<!-- https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-commons-math/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java-commons-math</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-commons-math/
implementation 'com.github.wshackle:crcl4java-commons-math:1.8'
// https://jarcasting.com/artifacts/com.github.wshackle/crcl4java-commons-math/
implementation ("com.github.wshackle:crcl4java-commons-math:1.8")
'com.github.wshackle:crcl4java-commons-math:jar:1.8'
<dependency org="com.github.wshackle" name="crcl4java-commons-math" rev="1.8">
<artifact name="crcl4java-commons-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='crcl4java-commons-math', version='1.8')
)
libraryDependencies += "com.github.wshackle" % "crcl4java-commons-math" % "1.8"
[com.github.wshackle/crcl4java-commons-math "1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.wshackle : crcl4java-base | jar | 1.8 |
org.apache.commons : commons-math3 | jar | 3.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |