e

exposed-springboot-starter

Orm and tooling for kotlin based exposed
https://github.com/hongque-pro/infra-orm
The Apache License, Version 2.0
labijie team
Files download
File Operation
exposed-springboot-starter-2.0.0.jar download
exposed-springboot-starter-2.0.0.pom download
exposed-springboot-starter-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.labijie.orm</groupId>
  <artifactId>exposed-springboot-starter</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.labijie.orm:exposed-springboot-starter:2.0.0'
Gradle Kotlin
implementation("com.labijie.orm:exposed-springboot-starter:2.0.0")
Scala SBT
libraryDependencies += "com.labijie.orm" % "exposed-springboot-starter" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.labijie.orm', module='exposed-springboot-starter', version='2.0.0')
)
Apache Ivy
<dependency org="com.labijie.orm" name="exposed-springboot-starter" rev="2.0.0" />
Leiningen
[com.labijie.orm/exposed-springboot-starter "2.0.0"]
Apache Buildr
'com.labijie.orm:exposed-springboot-starter:jar:2.0.0'