| Группа | Группаcom.twosigma.webtau |
|---|---|
| Идентификатор | Идентификаторwebtau-open-api |
| Версия | Версия1.12 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| webtau-open-api-1.12.pom | |
| webtau-open-api-1.12.jar | 23 KB |
| webtau-open-api-1.12-sources.jar | 15 KB |
| webtau-open-api-1.12-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-open-api/ -->
<dependency>
<groupId>com.twosigma.webtau</groupId>
<artifactId>webtau-open-api</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-open-api/
implementation 'com.twosigma.webtau:webtau-open-api:1.12'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-open-api/
implementation ("com.twosigma.webtau:webtau-open-api:1.12")
'com.twosigma.webtau:webtau-open-api:jar:1.12'
<dependency org="com.twosigma.webtau" name="webtau-open-api" rev="1.12">
<artifact name="webtau-open-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-open-api', version='1.12')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-open-api" % "1.12"
[com.twosigma.webtau/webtau-open-api "1.12"]