MVN

org.tinygroup : org.tinygroup.templateindex

Maven & Gradle

Mar 30, 2018
6 usages
<dependency>
    <groupId>org.tinygroup</groupId>
    <artifactId>org.tinygroup.templateindex</artifactId>
    <version>3.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tinygroup : org.tinygroup.templateindex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.9

All Versions

Choose a version of org.tinygroup : org.tinygroup.templateindex to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.tinygroup.templateindex-3.4.9

    Mar 30, 2018
  • org.tinygroup.templateindex-3.4.8

    Oct 23, 2017
  • org.tinygroup.templateindex-3.4.7

    Sep 20, 2017
  • org.tinygroup.templateindex-3.4.6

    Sep 01, 2017
  • org.tinygroup.templateindex-3.4.5

    Jun 29, 2017
  • org.tinygroup.templateindex-3.4.4

    Jun 26, 2017
  • org.tinygroup.templateindex-3.4.3

    Jun 26, 2017
  • org.tinygroup.templateindex-3.4.2

    Jun 26, 2017
  • org.tinygroup.templateindex-3.4.1

    Jun 06, 2017
  • org.tinygroup.templateindex-3.4.0

    May 24, 2017
  • org.tinygroup.templateindex-3.2.1

    Apr 14, 2017
  • org.tinygroup.templateindex-3.3.0

    Apr 14, 2017
  • org.tinygroup.templateindex-3.2.0

    Feb 27, 2017
  • org.tinygroup.templateindex-3.1.2

    Feb 14, 2017
  • org.tinygroup.templateindex-3.1.1

    Feb 13, 2017
  • org.tinygroup.templateindex-3.1.0

    Jan 18, 2017
  • org.tinygroup.templateindex-3.0.1

    Dec 27, 2016
  • org.tinygroup.templateindex-3.0.0

    Nov 02, 2016
  • org.tinygroup.templateindex-tiny-3.0.0

    Nov 02, 2016
  • org.tinygroup.templateindex-2.3.0

    Jul 13, 2016
  • org.tinygroup.templateindex-2.2.3

    May 23, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tinygroup</groupId>
    <artifactId>org.tinygroup.templateindex</artifactId>
    <version>3.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tinygroup : org.tinygroup.templateindex gradle dependency to your build.gradle file:

implementation 'org.tinygroup:org.tinygroup.templateindex:3.4.9'

Gradle Kotlin DSL: Add the following org.tinygroup : org.tinygroup.templateindex gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tinygroup:org.tinygroup.templateindex:3.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tinygroup : org.tinygroup.templateindex sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tinygroup" % "org.tinygroup.templateindex" % "3.4.9"