Wiremock Kotlin Extensions

The simplest possible Kotlin DSL for Wiremock

License

License

Categories

Categories

Kotlin Languages Wire Data Data Structures
GroupId

GroupId

com.github.lucasls.kotlinx.wiremock
ArtifactId

ArtifactId

wiremock-kotlin-extensions
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Wiremock Kotlin Extensions
The simplest possible Kotlin DSL for Wiremock

Download wiremock-kotlin-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lucasls.kotlinx.wiremock/wiremock-kotlin-extensions/ -->
<dependency>
    <groupId>com.github.lucasls.kotlinx.wiremock</groupId>
    <artifactId>wiremock-kotlin-extensions</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucasls.kotlinx.wiremock/wiremock-kotlin-extensions/
implementation 'com.github.lucasls.kotlinx.wiremock:wiremock-kotlin-extensions:0.1.2'
// https://jarcasting.com/artifacts/com.github.lucasls.kotlinx.wiremock/wiremock-kotlin-extensions/
implementation ("com.github.lucasls.kotlinx.wiremock:wiremock-kotlin-extensions:0.1.2")
'com.github.lucasls.kotlinx.wiremock:wiremock-kotlin-extensions:jar:0.1.2'
<dependency org="com.github.lucasls.kotlinx.wiremock" name="wiremock-kotlin-extensions" rev="0.1.2">
  <artifact name="wiremock-kotlin-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucasls.kotlinx.wiremock', module='wiremock-kotlin-extensions', version='0.1.2')
)
libraryDependencies += "com.github.lucasls.kotlinx.wiremock" % "wiremock-kotlin-extensions" % "0.1.2"
[com.github.lucasls.kotlinx.wiremock/wiremock-kotlin-extensions "0.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72

provided (1)

Group / Artifact Type Version
com.github.tomakehurst : wiremock jar 2.26.3

test (9)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.28
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.jupiter : junit-jupiter-params jar 5.6.2
org.jetbrains.kotlin : kotlin-test jar 1.3.72
org.assertj : assertj-core jar 3.16.1
com.nhaarman.mockitokotlin2 : mockito-kotlin jar 2.2.0
org.mockito : mockito-core jar 3.3.3
org.mockito : mockito-junit-jupiter jar 3.3.3
khttp » khttp jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1.0
0.0.10
0.0.8