w

wast

Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines
https://github.com/wycst/wast
The Apache Software License, Version 2.0
wangyunchao
Files download
File Operation
wast-0.0.12.1.jar download
wast-0.0.12.1.pom download
wast-0.0.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wycst</groupId>
  <artifactId>wast</artifactId>
  <version>0.0.12.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.wycst:wast:0.0.12.1'
Gradle Kotlin
implementation("io.github.wycst:wast:0.0.12.1")
Scala SBT
libraryDependencies += "io.github.wycst" % "wast" % "0.0.12.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wycst', module='wast', version='0.0.12.1')
)
Apache Ivy
<dependency org="io.github.wycst" name="wast" rev="0.0.12.1" />
Leiningen
[io.github.wycst/wast "0.0.12.1"]
Apache Buildr
'io.github.wycst:wast:jar:0.0.12.1'
Dependencies