MVN

io.tesler : tesler-simple-archetype

Maven & Gradle

Aug 12, 2021
15 stars

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

<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-simple-archetype</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2

All Versions

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

Version Vulnerabilities Updated
3.0.x
tesler-simple-archetype-3.0.2
tesler-simple-archetype-3.0.1
tesler-simple-archetype-3.0.0.0
tesler-simple-archetype-3.0.0.M14
tesler-simple-archetype-3.0.0.M13
tesler-simple-archetype-3.0.0.M12
tesler-simple-archetype-3.0.0.M11
tesler-simple-archetype-3.0.0.M10

How to add a dependency to Maven

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

<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-simple-archetype</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.tesler:tesler-simple-archetype:3.0.2'

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

implementation("io.tesler:tesler-simple-archetype:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.tesler" % "tesler-simple-archetype" % "3.0.2"

Advertisement