Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdwebstomp-client |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
webstomp-client-1.0.6.pom | |
webstomp-client-1.0.6.jar | 31 KB |
webstomp-client-1.0.6-sources.jar | 22 bytes |
webstomp-client-1.0.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/webstomp-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>webstomp-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/webstomp-client/
implementation 'org.webjars.npm:webstomp-client:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/webstomp-client/
implementation ("org.webjars.npm:webstomp-client:1.0.6")
'org.webjars.npm:webstomp-client:jar:1.0.6'
<dependency org="org.webjars.npm" name="webstomp-client" rev="1.0.6">
<artifact name="webstomp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='webstomp-client', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "webstomp-client" % "1.0.6"
[org.webjars.npm/webstomp-client "1.0.6"]