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