| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.tyrus.archetypes |
| ArtifactId | ArtifactIdtyrus-archetype-echo |
| Last Version | Last Version2.1.0-M4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTyrus Echo Archetype
An archetype which contains a Tyrus echo application.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/ -->
<dependency>
<groupId>org.glassfish.tyrus.archetypes</groupId>
<artifactId>tyrus-archetype-echo</artifactId>
<version>2.1.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation 'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.1.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation ("org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.1.0-M4")
'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:jar:2.1.0-M4'
<dependency org="org.glassfish.tyrus.archetypes" name="tyrus-archetype-echo" rev="2.1.0-M4">
<artifact name="tyrus-archetype-echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus.archetypes', module='tyrus-archetype-echo', version='2.1.0-M4')
)
libraryDependencies += "org.glassfish.tyrus.archetypes" % "tyrus-archetype-echo" % "2.1.0-M4"
[org.glassfish.tyrus.archetypes/tyrus-archetype-echo "2.1.0-M4"]