e

embulk-util-timestamp

Timestamp parser and formatter for Embulk and Embulk plugins
https://www.embulk.org/
The Apache License, Version 2.0
Dai MIKURUBE
Files download
File Operation
embulk-util-timestamp-0.2.2.jar download
embulk-util-timestamp-0.2.2.pom download
embulk-util-timestamp-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.embulk</groupId>
  <artifactId>embulk-util-timestamp</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.embulk:embulk-util-timestamp:0.2.2'
Gradle Kotlin
implementation("org.embulk:embulk-util-timestamp:0.2.2")
Scala SBT
libraryDependencies += "org.embulk" % "embulk-util-timestamp" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.embulk', module='embulk-util-timestamp', version='0.2.2')
)
Apache Ivy
<dependency org="org.embulk" name="embulk-util-timestamp" rev="0.2.2" />
Leiningen
[org.embulk/embulk-util-timestamp "0.2.2"]
Apache Buildr
'org.embulk:embulk-util-timestamp:jar:0.2.2'