License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.tyrus.archetypes |
ArtifactId | ArtifactIdtyrus-archetype-echo |
Version | Version2.0.0 |
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.0.pom | |
tyrus-archetype-echo-2.0.0.jar | 7 KB |
tyrus-archetype-echo-2.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation 'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.0.0'
// https://jarcasting.com/artifacts/org.glassfish.tyrus.archetypes/tyrus-archetype-echo/
implementation ("org.glassfish.tyrus.archetypes:tyrus-archetype-echo:2.0.0")
'org.glassfish.tyrus.archetypes:tyrus-archetype-echo:jar:2.0.0'
<dependency org="org.glassfish.tyrus.archetypes" name="tyrus-archetype-echo" rev="2.0.0">
<artifact name="tyrus-archetype-echo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus.archetypes', module='tyrus-archetype-echo', version='2.0.0')
)
libraryDependencies += "org.glassfish.tyrus.archetypes" % "tyrus-archetype-echo" % "2.0.0"
[org.glassfish.tyrus.archetypes/tyrus-archetype-echo "2.0.0"]