MVN

aws.smithy.kotlin : serde-form-url-jvm

Maven & Gradle

Aug 24, 2023
19 usages
41 stars

serde-form-url · x-www-form-urlencoding serialization for Smithy services generated by smithy-kotlin

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>serde-form-url-jvm</artifactId>
    <version>0.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.smithy.kotlin : serde-form-url-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.0
  • Latest Beta: 0.7.4-beta
  • Latest Alpha: 0.7.2-alpha

All Versions

Choose a version of aws.smithy.kotlin : serde-form-url-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
serde-form-url-jvm-0.26.0
0.25.x
serde-form-url-jvm-0.25.1
serde-form-url-jvm-0.25.0
0.24.x
serde-form-url-jvm-0.24.0
0.23.x
serde-form-url-jvm-0.23.0
0.22.x
serde-form-url-jvm-0.22.1
serde-form-url-jvm-0.22.0
0.21.x
serde-form-url-jvm-0.21.3
serde-form-url-jvm-0.21.2
serde-form-url-jvm-0.21.1
serde-form-url-jvm-0.21.0
0.20.x
serde-form-url-jvm-0.20.0
0.19.x
serde-form-url-jvm-0.19.0
0.18.x
serde-form-url-jvm-0.18.0
0.17.x
serde-form-url-jvm-0.17.4
serde-form-url-jvm-0.17.3
serde-form-url-jvm-0.17.2
serde-form-url-jvm-0.17.1
serde-form-url-jvm-0.17.0
0.16.x
serde-form-url-jvm-0.16.6
serde-form-url-jvm-0.16.5
serde-form-url-jvm-0.16.4
serde-form-url-jvm-0.16.3
serde-form-url-jvm-0.16.2
serde-form-url-jvm-0.16.1
serde-form-url-jvm-0.16.0
0.15.x
serde-form-url-jvm-0.15.3
serde-form-url-jvm-0.15.2
serde-form-url-jvm-0.15.1
serde-form-url-jvm-0.15.0
0.14.x
serde-form-url-jvm-0.14.3
serde-form-url-jvm-0.14.2
serde-form-url-jvm-0.14.1
serde-form-url-jvm-0.14.0
0.13.x
serde-form-url-jvm-0.13.1
serde-form-url-jvm-0.13.0
0.12.x
serde-form-url-jvm-0.12.13
serde-form-url-jvm-0.12.12
serde-form-url-jvm-0.12.11
serde-form-url-jvm-0.12.10
serde-form-url-jvm-0.12.9
serde-form-url-jvm-0.12.8
serde-form-url-jvm-0.12.7
serde-form-url-jvm-0.12.6
serde-form-url-jvm-0.12.5
serde-form-url-jvm-0.12.4
serde-form-url-jvm-0.12.2
serde-form-url-jvm-0.12.1
serde-form-url-jvm-0.12.0
0.11.x
serde-form-url-jvm-0.11.2
serde-form-url-jvm-0.11.1
serde-form-url-jvm-0.11.0
0.10.x
serde-form-url-jvm-0.10.2
serde-form-url-jvm-0.10.1
serde-form-url-jvm-0.10.0
0.9.x
serde-form-url-jvm-0.9.2
serde-form-url-jvm-0.9.1
serde-form-url-jvm-0.9.0
0.8.x
serde-form-url-jvm-0.8.5
serde-form-url-jvm-0.8.4
serde-form-url-jvm-0.8.3
serde-form-url-jvm-0.8.2
serde-form-url-jvm-0.8.1
serde-form-url-jvm-0.8.0
0.7.x
serde-form-url-jvm-0.7.8
serde-form-url-jvm-0.7.7
serde-form-url-jvm-0.7.6
serde-form-url-jvm-0.7.5
serde-form-url-jvm-0.7.4-beta
serde-form-url-jvm-0.7.3-beta
serde-form-url-jvm-0.7.2-alpha
serde-form-url-jvm-0.7.1-alpha
serde-form-url-jvm-0.7.0-alpha
0.6.x
serde-form-url-jvm-0.6.0-alpha
0.5.x
serde-form-url-jvm-0.5.1-alpha
serde-form-url-jvm-0.5.0-alpha
0.4.x
serde-form-url-jvm-0.4.1-alpha
serde-form-url-jvm-0.4.0-alpha

How to add a dependency to Maven

Add the following aws.smithy.kotlin : serde-form-url-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>serde-form-url-jvm</artifactId>
    <version>0.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.smithy.kotlin : serde-form-url-jvm gradle dependency to your build.gradle file:

implementation 'aws.smithy.kotlin:serde-form-url-jvm:0.26.0'

Gradle Kotlin DSL: Add the following aws.smithy.kotlin : serde-form-url-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.smithy.kotlin:serde-form-url-jvm:0.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.smithy.kotlin : serde-form-url-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.smithy.kotlin" % "serde-form-url-jvm" % "0.26.0"

Advertisement

Dependencies from Group

Aug 24, 2023
315 usages
41 stars
Jan 27, 2023
309 usages
41 stars
Aug 24, 2023
305 usages
41 stars
Aug 24, 2023
304 usages
41 stars
Jan 27, 2023
304 usages
41 stars

Discover Dependencies

Aug 24, 2023
3 usages
41 stars
Jul 06, 2023
13 usages
41 stars
Jul 06, 2023
41 stars
Aug 24, 2023
315 usages
41 stars
Nov 23, 2022
1 usages
41 stars
Apr 12, 2022
5 usages
Aug 10, 2023
8.6k stars
Aug 10, 2023
1 usages
8.6k stars
Aug 10, 2023
2 usages
8.6k stars
Aug 10, 2023
8.6k stars