| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdAngularStompDK |
| Version | Version0.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| AngularStompDK-0.9.2.pom | |
| AngularStompDK-0.9.2.jar | 31 KB |
| AngularStompDK-0.9.2-sources.jar | 22 bytes |
| AngularStompDK-0.9.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/AngularStompDK/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>AngularStompDK</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/AngularStompDK/
implementation 'org.webjars.bower:AngularStompDK:0.9.2'
// https://jarcasting.com/artifacts/org.webjars.bower/AngularStompDK/
implementation ("org.webjars.bower:AngularStompDK:0.9.2")
'org.webjars.bower:AngularStompDK:jar:0.9.2'
<dependency org="org.webjars.bower" name="AngularStompDK" rev="0.9.2">
<artifact name="AngularStompDK" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='AngularStompDK', version='0.9.2')
)
libraryDependencies += "org.webjars.bower" % "AngularStompDK" % "0.9.2"
[org.webjars.bower/AngularStompDK "0.9.2"]