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