A

ArgoWirelineFormat

Encapsulated the json and xml protocols for the Argo probes and responses
Files download
File Operation
ArgoWirelineFormat-0.4.2.jar download
ArgoWirelineFormat-0.4.2.pom download
ArgoWirelineFormat-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ws.argo.wireline</groupId>
  <artifactId>ArgoWirelineFormat</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'ws.argo.wireline:ArgoWirelineFormat:0.4.2'
Gradle Kotlin
implementation("ws.argo.wireline:ArgoWirelineFormat:0.4.2")
Scala SBT
libraryDependencies += "ws.argo.wireline" % "ArgoWirelineFormat" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='ws.argo.wireline', module='ArgoWirelineFormat', version='0.4.2')
)
Apache Ivy
<dependency org="ws.argo.wireline" name="ArgoWirelineFormat" rev="0.4.2" />
Leiningen
[ws.argo.wireline/ArgoWirelineFormat "0.4.2"]
Apache Buildr
'ws.argo.wireline:ArgoWirelineFormat:jar:0.4.2'