License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.roboquant |
ArtifactId | ArtifactIdroboquant-parent |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionroboquant parent
Algorithmic trading platform written in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
roboquant-parent-0.9.3.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.roboquant/roboquant-parent/ -->
<dependency>
<groupId>org.roboquant</groupId>
<artifactId>roboquant-parent</artifactId>
<version>0.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.roboquant/roboquant-parent/
implementation 'org.roboquant:roboquant-parent:0.9.3'
// https://jarcasting.com/artifacts/org.roboquant/roboquant-parent/
implementation ("org.roboquant:roboquant-parent:0.9.3")
'org.roboquant:roboquant-parent:pom:0.9.3'
<dependency org="org.roboquant" name="roboquant-parent" rev="0.9.3">
<artifact name="roboquant-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.roboquant', module='roboquant-parent', version='0.9.3')
)
libraryDependencies += "org.roboquant" % "roboquant-parent" % "0.9.3"
[org.roboquant/roboquant-parent "0.9.3"]