| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.10duke.client | 
| ArtifactId | ArtifactIdtest-utils | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.10duke.client:test-utils Test utilities for the client. | 
| Filename | Size | 
|---|---|
| test-utils-1.1.0.pom | |
| test-utils-1.1.0.jar | 6 KB | 
| test-utils-1.1.0-sources.jar | 5 KB | 
| test-utils-1.1.0-javadoc.jar | 422 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.10duke.client/test-utils/ -->
<dependency>
    <groupId>com.10duke.client</groupId>
    <artifactId>test-utils</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.10duke.client/test-utils/
implementation 'com.10duke.client:test-utils:1.1.0'// https://jarcasting.com/artifacts/com.10duke.client/test-utils/
implementation ("com.10duke.client:test-utils:1.1.0")'com.10duke.client:test-utils:jar:1.1.0'<dependency org="com.10duke.client" name="test-utils" rev="1.1.0">
  <artifact name="test-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.10duke.client', module='test-utils', version='1.1.0')
)libraryDependencies += "com.10duke.client" % "test-utils" % "1.1.0"[com.10duke.client/test-utils "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.10duke.client.json : api | jar | 1.1.0 | 
| com.10duke.client.jwt : api | jar | 1.1.0 | 
| junit : junit | jar | 4.13.2 | 
| org.assertj : assertj-core | jar | 3.13.2 | 
| org.mockito : mockito-core | jar | 2.27.0 |