MVN

org.bytesoft : bytetcc-supports-springboot

Maven & Gradle

Mar 07, 2022
1 usages

bytetcc-supports-springboot · The bytetcc-supports-springboot project is the module of ByteTCC for integrating with spring boot.

<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytetcc-supports-springboot</artifactId>
    <version>0.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bytesoft : bytetcc-supports-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.12
  • Latest Beta: 0.5.0-BETA9
  • Latest Alpha: 0.5.0-ALPHA12

All Versions

Choose a version of org.bytesoft : bytetcc-supports-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
bytetcc-supports-springboot-0.5.12
bytetcc-supports-springboot-0.5.11
bytetcc-supports-springboot-0.5.10
bytetcc-supports-springboot-0.5.9
bytetcc-supports-springboot-0.5.8
bytetcc-supports-springboot-0.5.7
bytetcc-supports-springboot-0.5.6
bytetcc-supports-springboot-0.5.5
bytetcc-supports-springboot-0.5.4
bytetcc-supports-springboot-0.5.3
bytetcc-supports-springboot-0.5.2
bytetcc-supports-springboot-0.5.1
bytetcc-supports-springboot-0.5.0
bytetcc-supports-springboot-0.5.0-BETA9
bytetcc-supports-springboot-0.5.0-BETA8
bytetcc-supports-springboot-0.5.0-BETA7
bytetcc-supports-springboot-0.5.0-BETA6
bytetcc-supports-springboot-0.5.0-BETA5
bytetcc-supports-springboot-0.5.0-BETA4
bytetcc-supports-springboot-0.5.0-BETA3
bytetcc-supports-springboot-0.5.0-BETA2
bytetcc-supports-springboot-0.5.0-BETA1
bytetcc-supports-springboot-0.5.0-ALPHA12
bytetcc-supports-springboot-0.5.0-ALPHA11
bytetcc-supports-springboot-0.5.0-ALPHA10
bytetcc-supports-springboot-0.5.0-ALPHA9
bytetcc-supports-springboot-0.5.0-ALPHA8
bytetcc-supports-springboot-0.5.0-ALPHA7
bytetcc-supports-springboot-0.5.0-ALPHA6
bytetcc-supports-springboot-0.5.0-ALPHA5
bytetcc-supports-springboot-0.5.0-ALPHA4
bytetcc-supports-springboot-0.5.0-ALPHA3
bytetcc-supports-springboot-0.5.0-ALPHA2
bytetcc-supports-springboot-0.5.0-ALPHA1

How to add a dependency to Maven

Add the following org.bytesoft : bytetcc-supports-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bytesoft</groupId>
    <artifactId>bytetcc-supports-springboot</artifactId>
    <version>0.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bytesoft : bytetcc-supports-springboot gradle dependency to your build.gradle file:

implementation 'org.bytesoft:bytetcc-supports-springboot:0.5.12'

Gradle Kotlin DSL: Add the following org.bytesoft : bytetcc-supports-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bytesoft:bytetcc-supports-springboot:0.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bytesoft : bytetcc-supports-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bytesoft" % "bytetcc-supports-springboot" % "0.5.12"