Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.quantxt.core |
ArtifactId | ArtifactIdqt-core |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
qt-core-2.11.0.pom | |
qt-core-2.11.0.jar | 25 KB |
qt-core-2.11.0-sources.jar | 11 KB |
qt-core-2.11.0-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quantxt.core/qt-core/ -->
<dependency>
<groupId>com.quantxt.core</groupId>
<artifactId>qt-core</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.quantxt.core/qt-core/
implementation 'com.quantxt.core:qt-core:2.11.0'
// https://jarcasting.com/artifacts/com.quantxt.core/qt-core/
implementation ("com.quantxt.core:qt-core:2.11.0")
'com.quantxt.core:qt-core:jar:2.11.0'
<dependency org="com.quantxt.core" name="qt-core" rev="2.11.0">
<artifact name="qt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quantxt.core', module='qt-core', version='2.11.0')
)
libraryDependencies += "com.quantxt.core" % "qt-core" % "2.11.0"
[com.quantxt.core/qt-core "2.11.0"]