| Categories | CategoriesAnt Build Tools | 
|---|---|
| GroupId | GroupIdcom.thoughtworks.tryt | 
| ArtifactId | ArtifactIdcovariant_3 | 
| Version | Version3.0.0-M0+9-ffa94827 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.thoughtworks.tryt/covariant_3/ -->
<dependency>
    <groupId>com.thoughtworks.tryt</groupId>
    <artifactId>covariant_3</artifactId>
    <version>3.0.0-M0+9-ffa94827</version>
</dependency>// https://jarcasting.com/artifacts/com.thoughtworks.tryt/covariant_3/
implementation 'com.thoughtworks.tryt:covariant_3:3.0.0-M0+9-ffa94827'// https://jarcasting.com/artifacts/com.thoughtworks.tryt/covariant_3/
implementation ("com.thoughtworks.tryt:covariant_3:3.0.0-M0+9-ffa94827")'com.thoughtworks.tryt:covariant_3:jar:3.0.0-M0+9-ffa94827'<dependency org="com.thoughtworks.tryt" name="covariant_3" rev="3.0.0-M0+9-ffa94827">
  <artifact name="covariant_3" type="jar" />
</dependency>@Grapes(
@Grab(group='com.thoughtworks.tryt', module='covariant_3', version='3.0.0-M0+9-ffa94827')
)libraryDependencies += "com.thoughtworks.tryt" % "covariant_3" % "3.0.0-M0+9-ffa94827"[com.thoughtworks.tryt/covariant_3 "3.0.0-M0+9-ffa94827"]