is not current version
Last Version 1.0.6

org.testifyproject.client:client 1.0.4

Parent module of Testify's ClientInstance SPI Contract implementations

Categories

Categories

CLI User Interface
GroupId

GroupId

org.testifyproject.client
ArtifactId

ArtifactId

client
Version

Version

1.0.4
Type

Type

pom

Download client 1.0.4

Filename Size
client-1.0.4.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.testifyproject.client/client/ -->
<dependency>
    <groupId>org.testifyproject.client</groupId>
    <artifactId>client</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.client/client/
implementation 'org.testifyproject.client:client:1.0.4'
// https://jarcasting.com/artifacts/org.testifyproject.client/client/
implementation ("org.testifyproject.client:client:1.0.4")
'org.testifyproject.client:client:pom:1.0.4'
<dependency org="org.testifyproject.client" name="client" rev="1.0.4">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.client', module='client', version='1.0.4')
)
libraryDependencies += "org.testifyproject.client" % "client" % "1.0.4"
[org.testifyproject.client/client "1.0.4"]