| GroupId | GroupIdorg.igniterealtime.jbosh |
|---|---|
| ArtifactId | ArtifactIdjbosh |
| Version | Version0.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbosh-0.8.0.pom | |
| jbosh-0.8.0.jar | 69 KB |
| jbosh-0.8.0-test-sources.jar | 72 KB |
| jbosh-0.8.0-sources.jar | 69 KB |
| jbosh-0.8.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.igniterealtime.jbosh/jbosh/ -->
<dependency>
<groupId>org.igniterealtime.jbosh</groupId>
<artifactId>jbosh</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime.jbosh/jbosh/
implementation 'org.igniterealtime.jbosh:jbosh:0.8.0'
// https://jarcasting.com/artifacts/org.igniterealtime.jbosh/jbosh/
implementation ("org.igniterealtime.jbosh:jbosh:0.8.0")
'org.igniterealtime.jbosh:jbosh:jar:0.8.0'
<dependency org="org.igniterealtime.jbosh" name="jbosh" rev="0.8.0">
<artifact name="jbosh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime.jbosh', module='jbosh', version='0.8.0')
)
libraryDependencies += "org.igniterealtime.jbosh" % "jbosh" % "0.8.0"
[org.igniterealtime.jbosh/jbosh "0.8.0"]