Categories |
CategoriesGithub Development Tools Version Controls CLI User Interface |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-JSteunou-webstomp-client |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-JSteunou-webstomp-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-JSteunou-webstomp-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-JSteunou-webstomp-client/
implementation 'org.webjars.npm:github-com-JSteunou-webstomp-client:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-JSteunou-webstomp-client/
implementation ("org.webjars.npm:github-com-JSteunou-webstomp-client:1.0.6")
'org.webjars.npm:github-com-JSteunou-webstomp-client:jar:1.0.6'
<dependency org="org.webjars.npm" name="github-com-JSteunou-webstomp-client" rev="1.0.6">
<artifact name="github-com-JSteunou-webstomp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-JSteunou-webstomp-client', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "github-com-JSteunou-webstomp-client" % "1.0.6"
[org.webjars.npm/github-com-JSteunou-webstomp-client "1.0.6"]