| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdstomp-client | 
    
| Last Version | Last Version0.8.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionstomp-client 
            WebJar for stomp-client 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| stomp-client-0.8.1.pom | |
| stomp-client-0.8.1.jar | 23 KB | 
| stomp-client-0.8.1-sources.jar | 22 bytes | 
| stomp-client-0.8.1-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/stomp-client/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>stomp-client</artifactId>
    <version>0.8.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/stomp-client/
implementation 'org.webjars.npm:stomp-client:0.8.1'
                // https://jarcasting.com/artifacts/org.webjars.npm/stomp-client/
implementation ("org.webjars.npm:stomp-client:0.8.1")
                'org.webjars.npm:stomp-client:jar:0.8.1'
                <dependency org="org.webjars.npm" name="stomp-client" rev="0.8.1">
  <artifact name="stomp-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='stomp-client', version='0.8.1')
)
                libraryDependencies += "org.webjars.npm" % "stomp-client" % "0.8.1"
                [org.webjars.npm/stomp-client "0.8.1"]