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