MVN

org.glassfish.tyrus.archetypes : tyrus-archetype-echo

Maven & Gradle

Feb 17, 2023
102 stars

Tyrus Echo Archetype · An archetype which contains a Tyrus echo application.

<dependency>
    <groupId>org.glassfish.tyrus.archetypes</groupId>
    <artifactId>tyrus-archetype-echo</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.tyrus.archetypes : tyrus-archetype-echo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of org.glassfish.tyrus.archetypes : tyrus-archetype-echo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
tyrus-archetype-echo-2.1.3
tyrus-archetype-echo-2.1.2
tyrus-archetype-echo-2.1.1
tyrus-archetype-echo-2.1.0
tyrus-archetype-echo-2.1.0-M4
tyrus-archetype-echo-2.1.0-M2
tyrus-archetype-echo-2.1.0-M1
2.0.x
tyrus-archetype-echo-2.0.4
tyrus-archetype-echo-2.0.3
tyrus-archetype-echo-2.0.2
tyrus-archetype-echo-2.0.1
tyrus-archetype-echo-2.0.0
tyrus-archetype-echo-2.0.0-RC1
tyrus-archetype-echo-2.0.0-M3
tyrus-archetype-echo-2.0.0-M2
tyrus-archetype-echo-2.0.0-M1
1.20
tyrus-archetype-echo-1.20
1.19
tyrus-archetype-echo-1.19
1.18
tyrus-archetype-echo-1.18
1.17
tyrus-archetype-echo-1.17
1.16
tyrus-archetype-echo-1.16
1.15
tyrus-archetype-echo-1.15
1.14
tyrus-archetype-echo-1.14
1.13.x
tyrus-archetype-echo-1.13.1
1.13
tyrus-archetype-echo-1.13
1.12
tyrus-archetype-echo-1.12
1.11.x
tyrus-archetype-echo-1.11.1
1.11
tyrus-archetype-echo-1.11
1.10
tyrus-archetype-echo-1.10
1.9
tyrus-archetype-echo-1.9
1.8.x
tyrus-archetype-echo-1.8.3
tyrus-archetype-echo-1.8.2
tyrus-archetype-echo-1.8.1
1.8
tyrus-archetype-echo-1.8
1.7
tyrus-archetype-echo-1.7
1.6
tyrus-archetype-echo-1.6
1.5
tyrus-archetype-echo-1.5

How to add a dependency to Maven

Add the following org.glassfish.tyrus.archetypes : tyrus-archetype-echo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.tyrus.archetypes</groupId>
    <artifactId>tyrus-archetype-echo</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.tyrus.archetypes : tyrus-archetype-echo gradle dependency to your build.gradle file:

implementation 'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.1.3'

Gradle Kotlin DSL: Add the following org.glassfish.tyrus.archetypes : tyrus-archetype-echo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.tyrus.archetypes : tyrus-archetype-echo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.tyrus.archetypes" % "tyrus-archetype-echo" % "2.1.3"