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