s

swim-decipher

Universal decoder that detects and incrementally parses Recon, JSON, XML, plain text, and binary data formats as swim-structure values
https://github.com/swimos/swim/tree/master/swim-system-java/swim-core-java/swim.decipher
The Apache Software License, Version 2.0
Chris Sachs
文件下载
文件名 操作
swim-decipher-3.11.0.jar 下载
swim-decipher-3.11.0.pom 下载
swim-decipher-3.11.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-decipher</artifactId>
  <version>3.11.0</version>
</dependency>
Gradle Groovy
implementation 'org.swimos:swim-decipher:3.11.0'
Gradle Kotlin
implementation("org.swimos:swim-decipher:3.11.0")
Scala SBT
libraryDependencies += "org.swimos" % "swim-decipher" % "3.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.swimos', module='swim-decipher', version='3.11.0')
)
Apache Ivy
<dependency org="org.swimos" name="swim-decipher" rev="3.11.0" />
Leiningen
[org.swimos/swim-decipher "3.11.0"]
Apache Buildr
'org.swimos:swim-decipher:jar:3.11.0'