MVN

ink.cory : cory-db-spring-boot-starter

Maven & Gradle

Apr 05, 2023
1 stars
<dependency>
    <groupId>ink.cory</groupId>
    <artifactId>cory-db-spring-boot-starter</artifactId>
    <version>0.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ink.cory : cory-db-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.30

All Versions

Choose a version of ink.cory : cory-db-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cory-db-spring-boot-starter-0.0.30
cory-db-spring-boot-starter-0.0.29
cory-db-spring-boot-starter-0.0.28
cory-db-spring-boot-starter-0.0.27
cory-db-spring-boot-starter-0.0.26
cory-db-spring-boot-starter-0.0.25
cory-db-spring-boot-starter-0.0.24
cory-db-spring-boot-starter-0.0.23
cory-db-spring-boot-starter-0.0.22
cory-db-spring-boot-starter-0.0.21
cory-db-spring-boot-starter-0.0.20
cory-db-spring-boot-starter-0.0.19
cory-db-spring-boot-starter-0.0.18
cory-db-spring-boot-starter-0.0.17
cory-db-spring-boot-starter-0.0.16
cory-db-spring-boot-starter-0.0.15
cory-db-spring-boot-starter-0.0.14
cory-db-spring-boot-starter-0.0.13
cory-db-spring-boot-starter-0.0.12
cory-db-spring-boot-starter-0.0.11
cory-db-spring-boot-starter-0.0.10
cory-db-spring-boot-starter-0.0.9
cory-db-spring-boot-starter-0.0.8
cory-db-spring-boot-starter-0.0.7
cory-db-spring-boot-starter-0.0.6
cory-db-spring-boot-starter-0.0.5
cory-db-spring-boot-starter-0.0.4
cory-db-spring-boot-starter-0.0.3
cory-db-spring-boot-starter-0.0.2
cory-db-spring-boot-starter-0.0.1

How to add a dependency to Maven

Add the following ink.cory : cory-db-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ink.cory</groupId>
    <artifactId>cory-db-spring-boot-starter</artifactId>
    <version>0.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ink.cory : cory-db-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'ink.cory:cory-db-spring-boot-starter:0.0.30'

Gradle Kotlin DSL: Add the following ink.cory : cory-db-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("ink.cory:cory-db-spring-boot-starter:0.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following ink.cory : cory-db-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "ink.cory" % "cory-db-spring-boot-starter" % "0.0.30"