MVN

com.techshroom : templar

Maven & Gradle

May 21, 2019
0 stars

templar · Server library for Java, based on lettar and netty

<dependency>
    <groupId>com.techshroom</groupId>
    <artifactId>templar</artifactId>
    <version>templar-core</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: templar-core

All Versions

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

Version Vulnerabilities Updated
0.1.x
templar-0.1.4
templar-0.1.3
templar-0.1.2
templar-0.1.1
templar-0.1.0
templar
templar-templar-core
templar-templar-codec-jackson
0.0.x
templar-0.0.8
templar-0.0.7
templar-0.0.6
templar-0.0.5
templar-0.0.4
templar-0.0.3
templar-0.0.2
templar-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.techshroom</groupId>
    <artifactId>templar</artifactId>
    <version>templar-core</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.techshroom:templar:templar-core'

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

implementation("com.techshroom:templar:templar-core")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.techshroom" % "templar" % "templar-core"

Advertisement