| GroupId | GroupIdcom.twosigma.webtau |
|---|---|
| ArtifactId | ArtifactIdwebtau-core |
| Version | Version0.23 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webtau-core-0.23.pom | |
| webtau-core-0.23.jar | 152 KB |
| webtau-core-0.23-tests.jar | 216 KB |
| webtau-core-0.23-sources.jar | 114 KB |
| webtau-core-0.23-javadoc.jar | 642 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core/ -->
<dependency>
<groupId>com.twosigma.webtau</groupId>
<artifactId>webtau-core</artifactId>
<version>0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core/
implementation 'com.twosigma.webtau:webtau-core:0.23'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core/
implementation ("com.twosigma.webtau:webtau-core:0.23")
'com.twosigma.webtau:webtau-core:jar:0.23'
<dependency org="com.twosigma.webtau" name="webtau-core" rev="0.23">
<artifact name="webtau-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-core', version='0.23')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-core" % "0.23"
[com.twosigma.webtau/webtau-core "0.23"]