| Группа | Группаcom.twosigma.webtau |
|---|---|
| Идентификатор | Идентификаторwebtau-feature-testing |
| Версия | Версия1.11 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-feature-testing/ -->
<dependency>
<groupId>com.twosigma.webtau</groupId>
<artifactId>webtau-feature-testing</artifactId>
<version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-feature-testing/
implementation 'com.twosigma.webtau:webtau-feature-testing:1.11'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-feature-testing/
implementation ("com.twosigma.webtau:webtau-feature-testing:1.11")
'com.twosigma.webtau:webtau-feature-testing:jar:1.11'
<dependency org="com.twosigma.webtau" name="webtau-feature-testing" rev="1.11">
<artifact name="webtau-feature-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-feature-testing', version='1.11')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-feature-testing" % "1.11"
[com.twosigma.webtau/webtau-feature-testing "1.11"]