Last Version

tyrus 2.1.0-M4

Tyrus is the reference implementation of Java API for WebSocket (JSR-356)

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

tyrus-project
Version

Version

2.1.0-M4
Type

Type

pom
Description

Description

tyrus
Tyrus is the reference implementation of Java API for WebSocket (JSR-356)
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.tyrus
Project Organization

Project Organization

Oracle Corporation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/tyrus

Download tyrus-project 2.1.0-M4

Filename Size
tyrus-project-2.1.0-M4.pom 33 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus/tyrus-project/ -->
<dependency>
    <groupId>org.glassfish.tyrus</groupId>
    <artifactId>tyrus-project</artifactId>
    <version>2.1.0-M4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus/tyrus-project/
implementation 'org.glassfish.tyrus:tyrus-project:2.1.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.tyrus/tyrus-project/
implementation ("org.glassfish.tyrus:tyrus-project:2.1.0-M4")
'org.glassfish.tyrus:tyrus-project:pom:2.1.0-M4'
<dependency org="org.glassfish.tyrus" name="tyrus-project" rev="2.1.0-M4">
  <artifact name="tyrus-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus', module='tyrus-project', version='2.1.0-M4')
)
libraryDependencies += "org.glassfish.tyrus" % "tyrus-project" % "2.1.0-M4"
[org.glassfish.tyrus/tyrus-project "2.1.0-M4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • archetypes
  • bom
  • client
  • containers
  • core
  • docs
  • ext
  • samples
  • server
  • spi
  • tests