e

embulk-util-guess

Guess helper for Embulk and Embulk plugins
https://www.embulk.org/
The Apache License, Version 2.0
Dai MIKURUBE
文件下载
文件名 操作
embulk-util-guess-0.4.0.jar 下载
embulk-util-guess-0.4.0.pom 下载
embulk-util-guess-0.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.embulk</groupId>
  <artifactId>embulk-util-guess</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.embulk:embulk-util-guess:0.4.0'
Gradle Kotlin
implementation("org.embulk:embulk-util-guess:0.4.0")
Scala SBT
libraryDependencies += "org.embulk" % "embulk-util-guess" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.embulk', module='embulk-util-guess', version='0.4.0')
)
Apache Ivy
<dependency org="org.embulk" name="embulk-util-guess" rev="0.4.0" />
Leiningen
[org.embulk/embulk-util-guess "0.4.0"]
Apache Buildr
'org.embulk:embulk-util-guess:jar:0.4.0'