| GroupId | GroupIdcom.qspin.qtaste |
|---|---|
| ArtifactId | ArtifactIdqtaste-testapi-deploy |
| Version | Version2.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qtaste-testapi-deploy-2.2.0.pom | |
| qtaste-testapi-deploy-2.2.0.jar | 2 KB |
| qtaste-testapi-deploy-2.2.0-sources.jar | 986 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-testapi-deploy/ -->
<dependency>
<groupId>com.qspin.qtaste</groupId>
<artifactId>qtaste-testapi-deploy</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-testapi-deploy/
implementation 'com.qspin.qtaste:qtaste-testapi-deploy:2.2.0'
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-testapi-deploy/
implementation ("com.qspin.qtaste:qtaste-testapi-deploy:2.2.0")
'com.qspin.qtaste:qtaste-testapi-deploy:jar:2.2.0'
<dependency org="com.qspin.qtaste" name="qtaste-testapi-deploy" rev="2.2.0">
<artifact name="qtaste-testapi-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qspin.qtaste', module='qtaste-testapi-deploy', version='2.2.0')
)
libraryDependencies += "com.qspin.qtaste" % "qtaste-testapi-deploy" % "2.2.0"
[com.qspin.qtaste/qtaste-testapi-deploy "2.2.0"]