Moshi ContentNegotiation feature for Ktor

Ktor content converter that adds support for JSON data with Moshi

License

License

Categories

Categories

Moshi Data JSON
GroupId

GroupId

com.ryanharter.ktor
ArtifactId

ArtifactId

ktor-moshi
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Moshi ContentNegotiation feature for Ktor
Ktor content converter that adds support for JSON data with Moshi
Project URL

Project URL

https://github.com/rharter/ktor-moshi/
Source Code Management

Source Code Management

https://github.com/rharter/ktor-moshi/

Download ktor-moshi

How to add to project

<!-- https://jarcasting.com/artifacts/com.ryanharter.ktor/ktor-moshi/ -->
<dependency>
    <groupId>com.ryanharter.ktor</groupId>
    <artifactId>ktor-moshi</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ryanharter.ktor/ktor-moshi/
implementation 'com.ryanharter.ktor:ktor-moshi:1.0.1'
// https://jarcasting.com/artifacts/com.ryanharter.ktor/ktor-moshi/
implementation ("com.ryanharter.ktor:ktor-moshi:1.0.1")
'com.ryanharter.ktor:ktor-moshi:jar:1.0.1'
<dependency org="com.ryanharter.ktor" name="ktor-moshi" rev="1.0.1">
  <artifact name="ktor-moshi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ryanharter.ktor', module='ktor-moshi', version='1.0.1')
)
libraryDependencies += "com.ryanharter.ktor" % "ktor-moshi" % "1.0.1"
[com.ryanharter.ktor/ktor-moshi "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.10
io.ktor : ktor-server-core jar 1.0.0
com.squareup.moshi : moshi-kotlin jar 1.8.0
com.squareup.okio : okio jar 2.1.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.39
io.ktor : ktor-server-test-host jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0