MVN

com.xiayk.template : spring-boot-template

Maven & Gradle

Sep 17, 2021
0 stars

spring-boot-template · Springboot Jpa CRUD Template

<dependency>
    <groupId>com.xiayk.template</groupId>
    <artifactId>spring-boot-template</artifactId>
    <version>0.0.2.T</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xiayk.template : spring-boot-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2.T

All Versions

Choose a version of com.xiayk.template : spring-boot-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-template-0.0.2.T
spring-boot-template-0.0.1.T
spring-boot-template-0.0.1.A

How to add a dependency to Maven

Add the following com.xiayk.template : spring-boot-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xiayk.template</groupId>
    <artifactId>spring-boot-template</artifactId>
    <version>0.0.2.T</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xiayk.template : spring-boot-template gradle dependency to your build.gradle file:

implementation 'com.xiayk.template:spring-boot-template:0.0.2.T'

Gradle Kotlin DSL: Add the following com.xiayk.template : spring-boot-template gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xiayk.template:spring-boot-template:0.0.2.T")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xiayk.template : spring-boot-template sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xiayk.template" % "spring-boot-template" % "0.0.2.T"

Advertisement