Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdautobahnjs |
Version | Version0.7.7 |
Type | Typejar |
Filename | Size |
---|---|
autobahnjs-0.7.7.pom | |
autobahnjs-0.7.7.jar | 14 KB |
autobahnjs-0.7.7-javadoc.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/autobahnjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>autobahnjs</artifactId>
<version>0.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/autobahnjs/
implementation 'org.webjars:autobahnjs:0.7.7'
// https://jarcasting.com/artifacts/org.webjars/autobahnjs/
implementation ("org.webjars:autobahnjs:0.7.7")
'org.webjars:autobahnjs:jar:0.7.7'
<dependency org="org.webjars" name="autobahnjs" rev="0.7.7">
<artifact name="autobahnjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='autobahnjs', version='0.7.7')
)
libraryDependencies += "org.webjars" % "autobahnjs" % "0.7.7"
[org.webjars/autobahnjs "0.7.7"]