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