MVN

io.tesler : tesler-api

Maven & Gradle

May 16, 2022
6 usages
15 stars

IO Tesler - API · Java framework designed for creating Enterprise Rich Web Applications

<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-api</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tesler : tesler-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4
  • Latest Release Candidate: 2.3.0.RC4

All Versions

Choose a version of io.tesler : tesler-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
tesler-api-3.0.4
tesler-api-3.0.4.M1
tesler-api-3.0.3
tesler-api-3.0.2
tesler-api-3.0.1
tesler-api-3.0.0.0
tesler-api-3.0.0.M14
tesler-api-3.0.0.M13
tesler-api-3.0.0.M12
tesler-api-3.0.0.M11
tesler-api-3.0.0.M10
tesler-api-3.0.0.M9
tesler-api-3.0.0.M8
tesler-api-3.0.0.M7
tesler-api-3.0.0.M6
tesler-api-3.0.0.M5
tesler-api-3.0.0.M4
tesler-api-3.0.0.M3
tesler-api-3.0.0.M2
tesler-api-3.0.0.M1
2.3.x
tesler-api-2.3.0
tesler-api-2.3.0.RC4
tesler-api-2.3.0.RC3
tesler-api-2.3.0.RC2
tesler-api-2.3.0.RC1
2.2.x
tesler-api-2.2.0
tesler-api-2.2.0.RC2
tesler-api-2.2.0.RC1
2.1.x
tesler-api-2.1.1
tesler-api-2.1.0
2.0.x
tesler-api-2.0.3
tesler-api-2.0.2
tesler-api-2.0.1
tesler-api-2.0.0
1.0.x
tesler-api-1.0.4
tesler-api-1.0.3
tesler-api-1.0.2
tesler-api-1.0.1
1.0
tesler-api-1.0

How to add a dependency to Maven

Add the following io.tesler : tesler-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-api</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tesler : tesler-api gradle dependency to your build.gradle file:

implementation 'io.tesler:tesler-api:3.0.4'

Gradle Kotlin DSL: Add the following io.tesler : tesler-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tesler:tesler-api:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tesler : tesler-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tesler" % "tesler-api" % "3.0.4"