License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdco.dv01.jquantlib |
ArtifactId | ArtifactIdcore |
Version | Version0.3.0 |
Type | Typejar |
Description |
Descriptioncore
JQuantLib is a library for Quantitative Finance written in 100% Java.
|
Project Organization |
Project Organizationco.dv01.jquantlib |
Filename | Size |
---|---|
core-0.3.0.pom | |
core-0.3.0.jar | 1 MB |
core-0.3.0-sources.jar | 1 MB |
core-0.3.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/co.dv01.jquantlib/core/ -->
<dependency>
<groupId>co.dv01.jquantlib</groupId>
<artifactId>core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.dv01.jquantlib/core/
implementation 'co.dv01.jquantlib:core:0.3.0'
// https://jarcasting.com/artifacts/co.dv01.jquantlib/core/
implementation ("co.dv01.jquantlib:core:0.3.0")
'co.dv01.jquantlib:core:jar:0.3.0'
<dependency org="co.dv01.jquantlib" name="core" rev="0.3.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.dv01.jquantlib', module='core', version='0.3.0')
)
libraryDependencies += "co.dv01.jquantlib" % "core" % "0.3.0"
[co.dv01.jquantlib/core "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
org.slf4j : slf4j-api | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.novocode : junit-interface | jar | 0.11 |
org.slf4j : slf4j-simple | jar | 1.4.0 |