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