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