e

exposed-json

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