MVN

com.ttlock : ttlock

Maven & Gradle

Jul 20, 2023
22 stars

ttlock · ttlock sdk

<dependency>
    <groupId>com.ttlock</groupId>
    <artifactId>ttlock</artifactId>
    <version>3.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ttlock : ttlock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.5

All Versions

Choose a version of com.ttlock : ttlock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
ttlock-3.3.5
ttlock-3.3.4
ttlock-3.3.3
ttlock-3.3.2
ttlock-3.3.1
ttlock-3.3.0
3.2.x
ttlock-3.2.9
ttlock-3.2.8
ttlock-3.2.7
ttlock-3.2.6
ttlock-3.2.5
ttlock-3.2.4
ttlock-3.2.3
ttlock-3.2.2
ttlock-3.2.1
3.1.x
ttlock-3.1.9
ttlock-3.1.8
ttlock-3.1.7
ttlock-3.1.6
ttlock-3.1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ttlock</groupId>
    <artifactId>ttlock</artifactId>
    <version>3.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ttlock : ttlock gradle dependency to your build.gradle file:

implementation 'com.ttlock:ttlock:3.3.5'

Gradle Kotlin DSL: Add the following com.ttlock : ttlock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ttlock:ttlock:3.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ttlock : ttlock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ttlock" % "ttlock" % "3.3.5"