MVN

com.manydesigns : demo-tt

Maven & Gradle

Dec 04, 2022
177 stars
<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>demo-tt</artifactId>
    <version>5.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manydesigns : demo-tt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.4
  • Latest Beta: 4.1.beta6

All Versions

Choose a version of com.manydesigns : demo-tt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
demo-tt-5.3.4
demo-tt-5.3.3
demo-tt-5.3.2
demo-tt-5.3.1
demo-tt-5.3.0
5.2.x
demo-tt-5.2.1
demo-tt-5.2.0
5.1.x
demo-tt-5.1.4
demo-tt-5.1.3
demo-tt-5.1.2
demo-tt-5.1.1
demo-tt-5.1.0
5.0.x
demo-tt-5.0.3
demo-tt-5.0.2
demo-tt-5.0.1
demo-tt-5.0.0
4.2.x
demo-tt-4.2.9
demo-tt-4.2.8
demo-tt-4.2.7
demo-tt-4.2.6
demo-tt-4.2.5
demo-tt-4.2.4
demo-tt-4.2.3
demo-tt-4.2.2
demo-tt-4.2.1
4.2
demo-tt-4.2
4.1.x
demo-tt-4.1.3
demo-tt-4.1.2
demo-tt-4.1.1
demo-tt-4.1.beta6
demo-tt-4.1.beta5
4.1
demo-tt-4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manydesigns</groupId>
    <artifactId>demo-tt</artifactId>
    <version>5.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manydesigns : demo-tt gradle dependency to your build.gradle file:

implementation 'com.manydesigns:demo-tt:5.3.4'

Gradle Kotlin DSL: Add the following com.manydesigns : demo-tt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manydesigns:demo-tt:5.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manydesigns : demo-tt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manydesigns" % "demo-tt" % "5.3.4"

Advertisement