License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.tyrus.archetypes |
ArtifactId | ArtifactIdtyrus-archetype-echo |
Version | Version2.0.2 |
Type | Typejar |
Description |
DescriptionTyrus Echo Archetype
An archetype which contains a Tyrus echo application.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tyrus-archetype-echo-2.0.2.pom | |
tyrus-archetype-echo-2.0.2.jar | 7 KB |
tyrus-archetype-echo-2.0.2-sources.jar | 5 KB |
Browse |
<!-- 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation 'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.0.2'
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation ("org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.0.2")
'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:jar:2.0.2'
<dependency org="org.glassfish.tyrus.archetypes" name="tyrus-archetype-echo" rev="2.0.2">
<artifact name="tyrus-archetype-echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus.archetypes', module='tyrus-archetype-echo', version='2.0.2')
)
libraryDependencies += "org.glassfish.tyrus.archetypes" % "tyrus-archetype-echo" % "2.0.2"
[org.glassfish.tyrus.archetypes/tyrus-archetype-echo "2.0.2"]