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.46.0.jar 下载
exposed-java-time-0.46.0.pom 下载
exposed-java-time-0.46.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jetbrains.exposed</groupId>
  <artifactId>exposed-java-time</artifactId>
  <version>0.46.0</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.exposed:exposed-java-time:0.46.0'
Gradle Kotlin
implementation("org.jetbrains.exposed:exposed-java-time:0.46.0")
Scala SBT
libraryDependencies += "org.jetbrains.exposed" % "exposed-java-time" % "0.46.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.exposed', module='exposed-java-time', version='0.46.0')
)
Apache Ivy
<dependency org="org.jetbrains.exposed" name="exposed-java-time" rev="0.46.0" />
Leiningen
[org.jetbrains.exposed/exposed-java-time "0.46.0"]
Apache Buildr
'org.jetbrains.exposed:exposed-java-time:jar:0.46.0'