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