| License |
License |
|---|---|
| GroupId | GroupIdfr.speekha.httpmocker |
| ArtifactId | ArtifactIdcustom-adapter |
| Last Version | Last Version2.0.0-alpha |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP Mocker
A simple kotlin lib for mocking HTTP calls
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| custom-adapter-2.0.0-alpha.pom | |
| custom-adapter-2.0.0-alpha.jar | 43 KB |
| custom-adapter-2.0.0-alpha-sources.jar | 15 KB |
| custom-adapter-2.0.0-alpha-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.speekha.httpmocker/custom-adapter/ -->
<dependency>
<groupId>fr.speekha.httpmocker</groupId>
<artifactId>custom-adapter</artifactId>
<version>2.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/custom-adapter/
implementation 'fr.speekha.httpmocker:custom-adapter:2.0.0-alpha'
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/custom-adapter/
implementation ("fr.speekha.httpmocker:custom-adapter:2.0.0-alpha")
'fr.speekha.httpmocker:custom-adapter:jar:2.0.0-alpha'
<dependency org="fr.speekha.httpmocker" name="custom-adapter" rev="2.0.0-alpha">
<artifact name="custom-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.speekha.httpmocker', module='custom-adapter', version='2.0.0-alpha')
)
libraryDependencies += "fr.speekha.httpmocker" % "custom-adapter" % "2.0.0-alpha"
[fr.speekha.httpmocker/custom-adapter "2.0.0-alpha"]
| Group / Artifact | Type | Version |
|---|---|---|
| fr.speekha.httpmocker : mocker-core | jar | 2.0.0-alpha |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |