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