File | Operation |
---|---|
jakarta.websocket-all-2.2.0.pom | download |
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='jakarta.websocket', module='jakarta.websocket-all', version='2.2.0')
)
<parent> <groupId>org.eclipse.ee4j</groupId> <artifactId>project</artifactId> <version>1.0.9</version> </parent>