v

vavr-gson

A set of GSON serialiser/deserialisers for Vavr.io
http://vavr.io
The Apache Software License, Version 2.0
Ruslan Sennov
文件下载
文件名 操作
vavr-gson-0.10.2.jar 下载
vavr-gson-0.10.2.pom 下载
vavr-gson-0.10.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vavr</groupId>
  <artifactId>vavr-gson</artifactId>
  <version>0.10.2</version>
</dependency>
Gradle Groovy
implementation 'io.vavr:vavr-gson:0.10.2'
Gradle Kotlin
implementation("io.vavr:vavr-gson:0.10.2")
Scala SBT
libraryDependencies += "io.vavr" % "vavr-gson" % "0.10.2"
Groovy Grape
@Grapes(
  @Grab(group='io.vavr', module='vavr-gson', version='0.10.2')
)
Apache Ivy
<dependency org="io.vavr" name="vavr-gson" rev="0.10.2" />
Leiningen
[io.vavr/vavr-gson "0.10.2"]
Apache Buildr
'io.vavr:vavr-gson:jar:0.10.2'