| License |
License
BSD 3-clause "New" or "Revised" License
|
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.vonrosen |
| ArtifactId | ArtifactIdquantlib |
| Last Version | Last Version1.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionquantlib-java-swig
Java source generated from QuantLib SWIG
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| quantlib-1.20.pom | |
| quantlib-1.20.jar | 994 KB |
| quantlib-1.20-sources.jar | 675 KB |
| quantlib-1.20-javadoc.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vonrosen/quantlib/ -->
<dependency>
<groupId>com.github.vonrosen</groupId>
<artifactId>quantlib</artifactId>
<version>1.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vonrosen/quantlib/
implementation 'com.github.vonrosen:quantlib:1.20'
// https://jarcasting.com/artifacts/com.github.vonrosen/quantlib/
implementation ("com.github.vonrosen:quantlib:1.20")
'com.github.vonrosen:quantlib:jar:1.20'
<dependency org="com.github.vonrosen" name="quantlib" rev="1.20">
<artifact name="quantlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vonrosen', module='quantlib', version='1.20')
)
libraryDependencies += "com.github.vonrosen" % "quantlib" % "1.20"
[com.github.vonrosen/quantlib "1.20"]