| GroupId | GroupIdorg.fusesource.stompjms |
|---|---|
| ArtifactId | ArtifactIdstompjms-website |
| Version | Version1.14 |
| Type | Typewar |
| Filename | Size |
|---|---|
| stompjms-website-1.14.pom | |
| stompjms-website-1.14.war | 21 MB |
| stompjms-website-1.14-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-website/ -->
<dependency>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-website</artifactId>
<version>1.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-website/
implementation 'org.fusesource.stompjms:stompjms-website:1.14'
// https://jarcasting.com/artifacts/org.fusesource.stompjms/stompjms-website/
implementation ("org.fusesource.stompjms:stompjms-website:1.14")
'org.fusesource.stompjms:stompjms-website:war:1.14'
<dependency org="org.fusesource.stompjms" name="stompjms-website" rev="1.14">
<artifact name="stompjms-website" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.stompjms', module='stompjms-website', version='1.14')
)
libraryDependencies += "org.fusesource.stompjms" % "stompjms-website" % "1.14"
[org.fusesource.stompjms/stompjms-website "1.14"]