s

springboot

SpringBoot adapter for ObjectiveSQL
http://www.objsql.com
文件下载
文件名 操作
springboot-1.1.0-2.4.0.jar 下载
springboot-1.1.0-2.4.0.pom 下载
springboot-1.1.0-2.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.braisdom</groupId>
  <artifactId>springboot</artifactId>
  <version>1.1.0-2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.braisdom:springboot:1.1.0-2.4.0'
Gradle Kotlin
implementation("com.github.braisdom:springboot:1.1.0-2.4.0")
Scala SBT
libraryDependencies += "com.github.braisdom" % "springboot" % "1.1.0-2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.braisdom', module='springboot', version='1.1.0-2.4.0')
)
Apache Ivy
<dependency org="com.github.braisdom" name="springboot" rev="1.1.0-2.4.0" />
Leiningen
[com.github.braisdom/springboot "1.1.0-2.4.0"]
Apache Buildr
'com.github.braisdom:springboot:jar:1.1.0-2.4.0'