| Categories | CategoriesCLI User Interface Wire Data Data Structures Jersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdorg.sdase.commons | 
| ArtifactId | ArtifactIdsda-commons-client-jersey-wiremock-testing | 
| Version | Version2.0.0-alpha-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-client-jersey-wiremock-testing/ -->
<dependency>
    <groupId>org.sdase.commons</groupId>
    <artifactId>sda-commons-client-jersey-wiremock-testing</artifactId>
    <version>2.0.0-alpha-2</version>
</dependency>// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-client-jersey-wiremock-testing/
implementation 'org.sdase.commons:sda-commons-client-jersey-wiremock-testing:2.0.0-alpha-2'// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-client-jersey-wiremock-testing/
implementation ("org.sdase.commons:sda-commons-client-jersey-wiremock-testing:2.0.0-alpha-2")'org.sdase.commons:sda-commons-client-jersey-wiremock-testing:jar:2.0.0-alpha-2'<dependency org="org.sdase.commons" name="sda-commons-client-jersey-wiremock-testing" rev="2.0.0-alpha-2">
  <artifact name="sda-commons-client-jersey-wiremock-testing" type="jar" />
</dependency>@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-client-jersey-wiremock-testing', version='2.0.0-alpha-2')
)libraryDependencies += "org.sdase.commons" % "sda-commons-client-jersey-wiremock-testing" % "2.0.0-alpha-2"[org.sdase.commons/sda-commons-client-jersey-wiremock-testing "2.0.0-alpha-2"]