MVN

org.t-io : tio-core-spring-boot-starter

Maven & Gradle

Mar 16, 2020
<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-core-spring-boot-starter</artifactId>
    <version>3.6.0.v20200315-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.t-io : tio-core-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0.v20200315-RELEASE

All Versions

Choose a version of org.t-io : tio-core-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
tio-core-spring-boot-starter-3.6.0.v20200315-RELEASE
3.5.x
tio-core-spring-boot-starter-3.5.9.v20200214-RELEASE
tio-core-spring-boot-starter-3.5.8.v20191228-RELEASE
tio-core-spring-boot-starter-3.5.7.v20191115-RELEASE
tio-core-spring-boot-starter-3.5.6.v20191101-RELEASE
tio-core-spring-boot-starter-3.5.5.v20191010-RELEASE
tio-core-spring-boot-starter-3.5.3.v20190918-RELEASE
tio-core-spring-boot-starter-3.5.2.v20190910-RELEASE
tio-core-spring-boot-starter-3.5.1.v20190826-RELEASE
tio-core-spring-boot-starter-3.5.0.v20190822-RELEASE
3.3.x
tio-core-spring-boot-starter-3.3.8.v20190820-RELEASE
tio-core-spring-boot-starter-3.3.7.v20190818-RELEASE
tio-core-spring-boot-starter-3.3.6.v20190725-RELEASE
tio-core-spring-boot-starter-3.3.5.v20190712-RELEASE
tio-core-spring-boot-starter-3.3.4.v20190705-RELEASE

How to add a dependency to Maven

Add the following org.t-io : tio-core-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-core-spring-boot-starter</artifactId>
    <version>3.6.0.v20200315-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.t-io : tio-core-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.t-io:tio-core-spring-boot-starter:3.6.0.v20200315-RELEASE'

Gradle Kotlin DSL: Add the following org.t-io : tio-core-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.t-io:tio-core-spring-boot-starter:3.6.0.v20200315-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.t-io : tio-core-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.t-io" % "tio-core-spring-boot-starter" % "3.6.0.v20200315-RELEASE"

Advertisement