e

exposed-java-time

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