MVN

com.litongjava : tio-core

Maven & Gradle

Jan 04, 2024
<dependency>
    <groupId>com.litongjava</groupId>
    <artifactId>tio-core</artifactId>
    <version>3.7.3.v20240104-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.litongjava : tio-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.3.v20240104-RELEASE

All Versions

Choose a version of com.litongjava : tio-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
tio-core-3.7.3.v20240104-RELEASE
tio-core-3.7.3.v20240101-RELEASE
tio-core-3.7.3.v20231224-RELEASE
tio-core-3.7.3.v20231223-RELEASE
tio-core-3.7.3.v20231222-RELEASE
tio-core-3.7.3.v20231221-RELEASE
tio-core-3.7.3.v20231220-RELEASE
tio-core-3.7.3.v20231219-RELEASE
tio-core-3.7.3.v20231218-RELEASE
tio-core-3.7.3.v20231217-RELEASE
tio-core-3.7.3.v20231216-RELEASE
tio-core-3.7.3.v20231215-RELEASE
tio-core-3.7.3.v20231212-RELEASE
tio-core-3.7.3.v20231211-RELEASE
tio-core-3.7.3.v20210706-RELEASE

How to add a dependency to Maven

Add the following com.litongjava : tio-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.litongjava</groupId>
    <artifactId>tio-core</artifactId>
    <version>3.7.3.v20240104-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.litongjava : tio-core gradle dependency to your build.gradle file:

implementation 'com.litongjava:tio-core:3.7.3.v20240104-RELEASE'

Gradle Kotlin DSL: Add the following com.litongjava : tio-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.litongjava:tio-core:3.7.3.v20240104-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.litongjava : tio-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.litongjava" % "tio-core" % "3.7.3.v20240104-RELEASE"