Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.tyrus.samples |
ArtifactId | ArtifactIdtyrus-sample-echo-https |
Version | Version1.8.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus.samples/tyrus-sample-echo-https/ -->
<dependency>
<groupId>org.glassfish.tyrus.samples</groupId>
<artifactId>tyrus-sample-echo-https</artifactId>
<version>1.8.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus.samples/tyrus-sample-echo-https/
implementation 'org.glassfish.tyrus.samples:tyrus-sample-echo-https:1.8.1'
// https://jarcasting.com/artifacts/org.glassfish.tyrus.samples/tyrus-sample-echo-https/
implementation ("org.glassfish.tyrus.samples:tyrus-sample-echo-https:1.8.1")
'org.glassfish.tyrus.samples:tyrus-sample-echo-https:war:1.8.1'
<dependency org="org.glassfish.tyrus.samples" name="tyrus-sample-echo-https" rev="1.8.1">
<artifact name="tyrus-sample-echo-https" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus.samples', module='tyrus-sample-echo-https', version='1.8.1')
)
libraryDependencies += "org.glassfish.tyrus.samples" % "tyrus-sample-echo-https" % "1.8.1"
[org.glassfish.tyrus.samples/tyrus-sample-echo-https "1.8.1"]