jquantlib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cc.sosonline.jquantlib</groupId>
<artifactId>jquantlib</artifactId>
<version>1.42.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cc.sosonline.jquantlib</groupId>
<artifactId>jquantlib</artifactId>
<version>1.42.1.1</version>
<name>JQuantLib</name>
<description>A pure-Java port of QuantLib, the open-source library for quantitative finance, systematically rebuilt from C++ QuantLib v1.42.1 with tier-stratified, cross-validated precision.</description>
<url>https://github.com/jlmoya/jquantlib</url>
<licenses>
<license>
<name>BSD-3-Clause</name>
<url>https://github.com/jlmoya/jquantlib/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jlmoya</id>
<name>Jose Moya</name>
<url>https://github.com/jlmoya</url>
<roles>
<role>maintainer</role>
</roles>
</developer>
<developer>
<name>Richard Gomes</name>
<roles>
<role>original author (2007)</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/jlmoya/jquantlib.git</connection>
<developerConnection>scm:git:git@github.com:jlmoya/jquantlib.git</developerConnection>
<url>https://github.com/jlmoya/jquantlib</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.18</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>