License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.fitbur.testify.client |
ArtifactId | ArtifactIdjersey-client |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
jersey-client-0.1.3.pom | |
jersey-client-0.1.3.jar | 4 KB |
jersey-client-0.1.3-sources.jar | 2 KB |
jersey-client-0.1.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.client/jersey-client/ -->
<dependency>
<groupId>com.fitbur.testify.client</groupId>
<artifactId>jersey-client</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.client/jersey-client/
implementation 'com.fitbur.testify.client:jersey-client:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.client/jersey-client/
implementation ("com.fitbur.testify.client:jersey-client:0.1.3")
'com.fitbur.testify.client:jersey-client:jar:0.1.3'
<dependency org="com.fitbur.testify.client" name="jersey-client" rev="0.1.3">
<artifact name="jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.client', module='jersey-client', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.client" % "jersey-client" % "0.1.3"
[com.fitbur.testify.client/jersey-client "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fitbur.testify : api | jar | 0.1.3 |
org.glassfish.jersey.core : jersey-client | jar | 2.22.1 |