| Categories |
CategoriesGroovy Languages |
|---|---|
| GroupId | GroupIdcom.twosigma.webtau |
| ArtifactId | ArtifactIdwebtau-core-groovy |
| Version | Version1.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webtau-core-groovy-1.12.pom | |
| webtau-core-groovy-1.12.jar | 48 KB |
| webtau-core-groovy-1.12-sources.jar | 19 KB |
| webtau-core-groovy-1.12-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core-groovy/ -->
<dependency>
<groupId>com.twosigma.webtau</groupId>
<artifactId>webtau-core-groovy</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core-groovy/
implementation 'com.twosigma.webtau:webtau-core-groovy:1.12'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-core-groovy/
implementation ("com.twosigma.webtau:webtau-core-groovy:1.12")
'com.twosigma.webtau:webtau-core-groovy:jar:1.12'
<dependency org="com.twosigma.webtau" name="webtau-core-groovy" rev="1.12">
<artifact name="webtau-core-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-core-groovy', version='1.12')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-core-groovy" % "1.12"
[com.twosigma.webtau/webtau-core-groovy "1.12"]