Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.liveperson |
ArtifactId | ArtifactIddropwizard-websockets |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liveperson/dropwizard-websockets/ -->
<dependency>
<groupId>com.liveperson</groupId>
<artifactId>dropwizard-websockets</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveperson/dropwizard-websockets/
implementation 'com.liveperson:dropwizard-websockets:1.3.2'
// https://jarcasting.com/artifacts/com.liveperson/dropwizard-websockets/
implementation ("com.liveperson:dropwizard-websockets:1.3.2")
'com.liveperson:dropwizard-websockets:jar:1.3.2'
<dependency org="com.liveperson" name="dropwizard-websockets" rev="1.3.2">
<artifact name="dropwizard-websockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveperson', module='dropwizard-websockets', version='1.3.2')
)
libraryDependencies += "com.liveperson" % "dropwizard-websockets" % "1.3.2"
[com.liveperson/dropwizard-websockets "1.3.2"]