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