Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.rest |
ArtifactId | ArtifactIdjavascript-chat |
Version | Version1.2.0 |
Type | Typewar |
Filename | Size |
---|---|
javascript-chat-1.2.0.pom | |
javascript-chat-1.2.0.war | 13 MB |
javascript-chat-1.2.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/javascript-chat/ -->
<dependency>
<groupId>org.apache.activemq.examples.rest</groupId>
<artifactId>javascript-chat</artifactId>
<version>1.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/javascript-chat/
implementation 'org.apache.activemq.examples.rest:javascript-chat:1.2.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.rest/javascript-chat/
implementation ("org.apache.activemq.examples.rest:javascript-chat:1.2.0")
'org.apache.activemq.examples.rest:javascript-chat:war:1.2.0'
<dependency org="org.apache.activemq.examples.rest" name="javascript-chat" rev="1.2.0">
<artifact name="javascript-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.rest', module='javascript-chat', version='1.2.0')
)
libraryDependencies += "org.apache.activemq.examples.rest" % "javascript-chat" % "1.2.0"
[org.apache.activemq.examples.rest/javascript-chat "1.2.0"]