| GroupId | GroupIdcom.tascape.qa |
|---|---|
| ArtifactId | ArtifactIdthr |
| Version | Version1.0.13 |
| Type | Typewar |
| Filename | Size |
|---|---|
| thr-1.0.13.pom | |
| thr-1.0.13.war | 19 MB |
| thr-1.0.13-sources.jar | 26 KB |
| thr-1.0.13-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tascape.qa/thr/ -->
<dependency>
<groupId>com.tascape.qa</groupId>
<artifactId>thr</artifactId>
<version>1.0.13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.tascape.qa/thr/
implementation 'com.tascape.qa:thr:1.0.13'
// https://jarcasting.com/artifacts/com.tascape.qa/thr/
implementation ("com.tascape.qa:thr:1.0.13")
'com.tascape.qa:thr:war:1.0.13'
<dependency org="com.tascape.qa" name="thr" rev="1.0.13">
<artifact name="thr" type="war" />
</dependency>
@Grapes(
@Grab(group='com.tascape.qa', module='thr', version='1.0.13')
)
libraryDependencies += "com.tascape.qa" % "thr" % "1.0.13"
[com.tascape.qa/thr "1.0.13"]