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