MVN

com.github.braisdom : springboot

Maven & Gradle

Nov 22, 2020

SpringBoot adapter for ObjectiveSQL

<dependency>
    <groupId>com.github.braisdom</groupId>
    <artifactId>springboot</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.braisdom : springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.braisdom : springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
springboot-1.1.0-2.3.3.RELEASE
springboot-1.1.0-2.3.4.RELEASE
springboot-1.1.0-2.3.5.RELEASE
springboot-1.1.0-2.3.6.RELEASE
springboot-1.1.0-2.4.0
1.0.x
springboot-1.0.0
springboot-1.0.0-2.3.5.RELEASE
springboot-1.0.0-2.0.8.RELEASE
springboot-1.0.0-2.1.0.RELEASE
springboot-1.0.0-2.1.1.RELEASE
springboot-1.0.0-2.1.10.RELEASE
springboot-1.0.0-2.1.4.RELEASE
springboot-1.0.0-2.1.5.RELEASE
springboot-1.0.0-2.1.7.RELEASE
springboot-1.0.0-2.1.8.RELEASE
springboot-1.0.0-2.1.9.RELEASE
springboot-1.0.0-2.2.0.RELEASE
springboot-1.0.0-2.2.1.RELEASE
springboot-1.0.0-2.2.10.RELEASE
springboot-1.0.0-2.2.11.RELEASE
springboot-1.0.0-2.2.2.RELEASE
springboot-1.0.0-2.2.3.RELEASE
springboot-1.0.0-2.2.4.RELEASE
springboot-1.0.0-2.2.5.RELEASE
springboot-1.0.0-2.2.6.RELEASE
springboot-1.0.0-2.2.7.RELEASE
springboot-1.0.0-2.2.8.RELEASE
springboot-1.0.0-2.3.6.RELEASE
springboot-1.0.0-2.4.0
springboot-1.0.0-2.3.2.RELEASE
springboot-1.0.0-2.0.2.RELEASE
springboot-1.0.0-2.0.1.RELEASE
springboot-1.0.0-2.0.0.RELEASE
springboot-1.0.0-2.0.9.RELEASE
springboot-1.0.0-2.1.3.RELEASE

How to add a dependency to Maven

Add the following com.github.braisdom : springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.braisdom</groupId>
    <artifactId>springboot</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.braisdom : springboot gradle dependency to your build.gradle file:

implementation 'com.github.braisdom:springboot:1.0.0'

Gradle Kotlin DSL: Add the following com.github.braisdom : springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.braisdom:springboot:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.braisdom : springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.braisdom" % "springboot" % "1.0.0"

Advertisement