a

anytime

Parse time in almost any widely used format into Instant
https://github.com/mjcro/anytime
MIT License
Anton Dorofieiev
Files download
File Operation
anytime-1.0.4.jar download
anytime-1.0.4.pom download
anytime-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mjcro</groupId>
  <artifactId>anytime</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.mjcro:anytime:1.0.4'
Gradle Kotlin
implementation("io.github.mjcro:anytime:1.0.4")
Scala SBT
libraryDependencies += "io.github.mjcro" % "anytime" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mjcro', module='anytime', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.mjcro" name="anytime" rev="1.0.4" />
Leiningen
[io.github.mjcro/anytime "1.0.4"]
Apache Buildr
'io.github.mjcro:anytime:jar:1.0.4'
Dependencies