e

exposed-java-time

Exposed, an ORM framework for Kotlin
https://github.com/JetBrains/Exposed
The Apache Software License, Version 2.0
JetBrains Team
Files download
File Operation
exposed-java-time-0.41.1.jar download
exposed-java-time-0.41.1.pom download
exposed-java-time-0.41.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.exposed</groupId>
  <artifactId>exposed-java-time</artifactId>
  <version>0.41.1</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.exposed:exposed-java-time:0.41.1'
Gradle Kotlin
implementation("org.jetbrains.exposed:exposed-java-time:0.41.1")
Scala SBT
libraryDependencies += "org.jetbrains.exposed" % "exposed-java-time" % "0.41.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.exposed', module='exposed-java-time', version='0.41.1')
)
Apache Ivy
<dependency org="org.jetbrains.exposed" name="exposed-java-time" rev="0.41.1" />
Leiningen
[org.jetbrains.exposed/exposed-java-time "0.41.1"]
Apache Buildr
'org.jetbrains.exposed:exposed-java-time:jar:0.41.1'