Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.testifyproject.client |
ArtifactId | ArtifactIdclient |
Version | Version0.9.2 |
Type | Typepom |
Filename | Size |
---|---|
client-0.9.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.client/client/ -->
<dependency>
<groupId>org.testifyproject.client</groupId>
<artifactId>client</artifactId>
<version>0.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.client/client/
implementation 'org.testifyproject.client:client:0.9.2'
// https://jarcasting.com/artifacts/org.testifyproject.client/client/
implementation ("org.testifyproject.client:client:0.9.2")
'org.testifyproject.client:client:pom:0.9.2'
<dependency org="org.testifyproject.client" name="client" rev="0.9.2">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.client', module='client', version='0.9.2')
)
libraryDependencies += "org.testifyproject.client" % "client" % "0.9.2"
[org.testifyproject.client/client "0.9.2"]