Download smackx-debug-3.2.1.jar file

Introduction

You can download smackx-debug-3.2.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

smackx-debug-3.2.1.jar file has the following types.

META-INF/MANIFEST.MF
images/message.png
images/nav_left_blue.png
images/nav_right_red.png
images/photo_portrait.png
images/question_and_answer.png
images/trafficlight_green.png
images/trafficlight_off.png
images/trafficlight_red.png
images/unknown.png
images/warning.png
org.jivesoftware.smackx.debugger.EnhancedDebugger.class
org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow.class

Pom

smackx-debug-3.2.1.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.igniterealtime.smack</groupId>
	<artifactId>smackx-debug</artifactId>
	<packaging>jar</packaging>
	<name>smack-debug</name>
	<version>3.2.1</version>
	<description>Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence.  This library provides a debugging mechanism for viewing raw packets as they are sent and received from the client side via Smack.</description>
	<organization>
		<name>Ignite Realtime</name>
		<url>http://www.igniterealtime.org</url>
	</organization>
	<url>http://www.igniterealtime.org/projects/smack/</url>
	<developers>
		<developer>
			<name>Robin Collier</name>
			<timezone>-5</timezone>
			<roles>
				<role>Project Lead</role>
			</roles>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<issueManagement>
		<system>jira</system>
		<url>http://www.igniterealtime.org/issues/browse/SMACK</url>
	</issueManagement>
	<scm>
		<connection>scm:svn:http://svn.igniterealtime.org/svn/repos/smack</connection>
		<developerConnection>scm:svn:https://svn.igniterealtime.org/svn/repos/smack</developerConnection>
		<url>http://svn.igniterealtime.org/svn/repos/smack</url>
	</scm>

	<modules>
	</modules>


</project>

POM Entry

<dependency>
   <groupId>org.igniterealtime.smack</groupId>
   <artifactId>smackx-debug</artifactId>
   <version>3.2.1</version>
</dependency>

Download

If you think the following smackx-debug-3.2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download smackx-debug-3.2.1.jar file




PreviousNext

Related