Files download
File Operation
embulk-util-json-0.2.2.jar download
embulk-util-json-0.2.2.pom download
embulk-util-json-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.embulk</groupId>
  <artifactId>embulk-util-json</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.embulk:embulk-util-json:0.2.2'
Gradle Kotlin
implementation("org.embulk:embulk-util-json:0.2.2")
Scala SBT
libraryDependencies += "org.embulk" % "embulk-util-json" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.embulk', module='embulk-util-json', version='0.2.2')
)
Apache Ivy
<dependency org="org.embulk" name="embulk-util-json" rev="0.2.2" />
Leiningen
[org.embulk/embulk-util-json "0.2.2"]
Apache Buildr
'org.embulk:embulk-util-json:jar:0.2.2'