a

annot8-components-temporal

Annot8 processors focussing on time and date information
Files download
File Operation
annot8-components-temporal-1.0.0.jar download
annot8-components-temporal-1.0.0.pom download
annot8-components-temporal-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.annot8</groupId>
  <artifactId>annot8-components-temporal</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.annot8:annot8-components-temporal:1.0.0'
Gradle Kotlin
implementation("io.annot8:annot8-components-temporal:1.0.0")
Scala SBT
libraryDependencies += "io.annot8" % "annot8-components-temporal" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.annot8', module='annot8-components-temporal', version='1.0.0')
)
Apache Ivy
<dependency org="io.annot8" name="annot8-components-temporal" rev="1.0.0" />
Leiningen
[io.annot8/annot8-components-temporal "1.0.0"]
Apache Buildr
'io.annot8:annot8-components-temporal:jar:1.0.0'