License |
License |
---|---|
GroupId | GroupIdfr.speekha.httpmocker |
ArtifactId | ArtifactIdsax-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 |
---|---|
sax-adapter-2.0.0-alpha.pom | |
sax-adapter-2.0.0-alpha.jar | 42 KB |
sax-adapter-2.0.0-alpha-sources.jar | 12 KB |
sax-adapter-2.0.0-alpha-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.speekha.httpmocker/sax-adapter/ -->
<dependency>
<groupId>fr.speekha.httpmocker</groupId>
<artifactId>sax-adapter</artifactId>
<version>2.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/sax-adapter/
implementation 'fr.speekha.httpmocker:sax-adapter:2.0.0-alpha'
// https://jarcasting.com/artifacts/fr.speekha.httpmocker/sax-adapter/
implementation ("fr.speekha.httpmocker:sax-adapter:2.0.0-alpha")
'fr.speekha.httpmocker:sax-adapter:jar:2.0.0-alpha'
<dependency org="fr.speekha.httpmocker" name="sax-adapter" rev="2.0.0-alpha">
<artifact name="sax-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.speekha.httpmocker', module='sax-adapter', version='2.0.0-alpha')
)
libraryDependencies += "fr.speekha.httpmocker" % "sax-adapter" % "2.0.0-alpha"
[fr.speekha.httpmocker/sax-adapter "2.0.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
fr.speekha.httpmocker : mocker-core-jvm | jar | 2.0.0-alpha |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |