Maven Repository - POM file for Http jbosh 0.8.0 0.8.0

Summary

JBOSH.

XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).

Declaration

Here is the list of declaration for jbosh. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.igniterealtime.jbosh</groupId>
   <artifactId>jbosh</artifactId>
   <version>0.8.0</version>
</dependency>

If you think this Maven repository POM file listing for jbosh is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The jbosh-0.8.0 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XMLxpp3 1.1.4c
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
78
Httphttpclient 4.3.3
HttpComponents Client
32




Packages

The following packages are defined in the jbosh-0.8.0.jar

org.igniterealtime.jbosh

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.igniterealtime.jbosh</groupId>
  <artifactId>jbosh</artifactId>
  <version>0.8.0</version>
  <name>JBOSH</name>
  <description>XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH)</description>
  <url>http://www.igniterealtime.org/projects/jbosh/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:https://github.com/igniterealtime/jbosh.git</connection>
    <developerConnection>scm:git:https://github.com/igniterealtime/jbosh.git</developerConnection>
    <url>https://github.com/igniterealtime/jbosh</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.+</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.4c</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.xlightweb</groupId>
      <artifactId>xlightweb</artifactId>
      <version>2.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>