| 组织ID: |
org.igniterealtime.smack |
| 项目ID: |
smack-core |
| 版本: |
4.0.1 |
| 最后修改时间: |
2018-11-05 17:58:01 |
| 包类型: |
jar |
| 标题: |
Smack |
| 描述: |
Smack core components. |
| 相关URL: |
http://www.igniterealtime.org/projects/smack/ |
| 大小: |
264.20KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.igniterealtime.smack</groupId>
<artifactId>smack-core</artifactId>
<version>4.0.1</version>
</dependency>
|
| Gradle引入代码: |
org.igniterealtime.smack:smack-core:4.0.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.smack</groupId>
<artifactId>smack-core</artifactId>
<version>4.0.1</version>
<name>Smack</name>
<description>Smack core components.</description>
<url>http://www.igniterealtime.org/projects/smack/</url>
<inceptionYear>2003</inceptionYear>
<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>
<developers>
<developer>
<id>flow</id>
<name>Florian Schmaus</name>
<email>flow@igniterealtime.org</email>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>https://igniterealtime.org/issues/browse/SMACK</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/igniterealtime/Smack.git</connection>
<developerConnection>scm:git:https://github.com/igniterealtime/Smack.git</developerConnection>
<url>https://github.com/igniterealtime/Smack</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>smack.snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jamesmurty.utils</groupId>
<artifactId>java-xmlbuilder</artifactId>
<version>0.6+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.+</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.4c</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.jivesoftware.smack.XMPPConnection$ListenerWrapper.class
org.jivesoftware.smack.XMPPException.class
org.jivesoftware.smack.RosterListener.class
org.jivesoftware.smack.SmackException$FeatureNotSupportedException.class
org.jivesoftware.smack.PacketListener.class
org.jivesoftware.smack.Roster$RosterResultListener.class
org.jivesoftware.smack.DirectoryRosterStore$1.class
org.jivesoftware.smack.ChatManager$MatchMode.class
org.jivesoftware.smack.XMPPConnection.class
org.jivesoftware.smack.SmackException.class
org.jivesoftware.smack.XMPPConnection$ListenerNotification.class
org.jivesoftware.smack.ConnectionCreationListener.class
org.jivesoftware.smack.SmackException$ConnectionException.class
org.jivesoftware.smack.Roster$PresencePacketListener.class
org.jivesoftware.smack.MessageListener.class
org.jivesoftware.smack.XMPPConnection$SmackExecutorThreadFactory.class
org.jivesoftware.smack.ReconnectionManager$1.class
org.jivesoftware.smack.Roster$3.class
org.jivesoftware.smack.RosterStore.class
org.jivesoftware.smack.SmackException$AlreadyLoggedInException.class
org.jivesoftware.smack.XMPPConnection$FromMode.class
org.jivesoftware.smack.SmackException$NotLoggedInException.class
org.jivesoftware.smack.ConnectionConfiguration$SecurityMode.class
org.jivesoftware.smack.XMPPException$StreamErrorException.class
org.jivesoftware.smack.ConnectionListener.class
org.jivesoftware.smack.ChatManager$1.class
org.jivesoftware.smack.ChatManager$2.class
org.jivesoftware.smack.ChatManager.class
org.jivesoftware.smack.SASLAuthentication.class
org.jivesoftware.smack.SmackException$NotConnectedException.class
org.jivesoftware.smack.RosterGroup.class
org.jivesoftware.smack.XMPPConnection$1.class
org.jivesoftware.smack.Roster.class
org.jivesoftware.smack.ConnectionConfiguration.class
org.jivesoftware.smack.Roster$SubscriptionMode.class
org.jivesoftware.smack.PacketCollector.class
org.jivesoftware.smack.Roster$2.class
org.jivesoftware.smack.ChatManagerListener.class
org.jivesoftware.smack.ReconnectionManager.class
org.jivesoftware.smack.AccountManager.class
org.jivesoftware.smack.SmackException$SecurityRequiredException.class
org.jivesoftware.smack.PacketInterceptor.class
org.jivesoftware.smack.SmackException$NoResponseException.class
org.jivesoftware.smack.ReconnectionManager$2.class
org.jivesoftware.smack.AbstractConnectionListener.class
org.jivesoftware.smack.SmackException$ResourceBindingNotOfferedException.class
org.jivesoftware.smack.XMPPException$XMPPErrorException.class
org.jivesoftware.smack.XMPPConnection$InterceptorWrapper.class
org.jivesoftware.smack.RosterEntry.class
org.jivesoftware.smack.DirectoryRosterStore.class
org.jivesoftware.smack.Roster$RosterPushListener.class
org.jivesoftware.smack.Manager.class
org.jivesoftware.smack.SmackConfiguration.class
org.jivesoftware.smack.Roster$1.class
org.jivesoftware.smack.Chat.class
org.jivesoftware.smack.SmackException$IllegalStateChangeException.class
org.jivesoftware.smack.proxy.ProxyException.class
org.jivesoftware.smack.proxy.HTTPProxySocketFactory.class
org.jivesoftware.smack.proxy.Socks4ProxySocketFactory.class
org.jivesoftware.smack.proxy.DirectSocketFactory.class
org.jivesoftware.smack.proxy.ProxyInfo.class
org.jivesoftware.smack.proxy.ProxyInfo$ProxyType.class
org.jivesoftware.smack.proxy.Socks5ProxySocketFactory.class
org.jivesoftware.smack.debugger.LiteDebugger$3.class
org.jivesoftware.smack.debugger.LiteDebugger$6.class
org.jivesoftware.smack.debugger.ConsoleDebugger.class
org.jivesoftware.smack.debugger.ConsoleDebugger$2.class
org.jivesoftware.smack.debugger.LiteDebugger$PopupListener.class
org.jivesoftware.smack.debugger.ConsoleDebugger$4.class
org.jivesoftware.smack.debugger.LiteDebugger$7.class
org.jivesoftware.smack.debugger.ConsoleDebugger$1.class
org.jivesoftware.smack.debugger.ConsoleDebugger$3.class
org.jivesoftware.smack.debugger.LiteDebugger$2.class
org.jivesoftware.smack.debugger.LiteDebugger$1.class
org.jivesoftware.smack.debugger.LiteDebugger.class
org.jivesoftware.smack.debugger.SmackDebugger.class
org.jivesoftware.smack.debugger.LiteDebugger$5.class
org.jivesoftware.smack.debugger.LiteDebugger$10.class
org.jivesoftware.smack.debugger.LiteDebugger$8.class
org.jivesoftware.smack.debugger.LiteDebugger$9.class
org.jivesoftware.smack.debugger.LiteDebugger$4.class
org.jivesoftware.smack.compression.XMPPInputOutputStream.class
org.jivesoftware.smack.compression.Java7ZlibInputOutputStream.class
org.jivesoftware.smack.compression.Java7ZlibInputOutputStream$2.class
org.jivesoftware.smack.compression.Java7ZlibInputOutputStream$1.class
org.jivesoftware.smack.provider.IQProvider.class
org.jivesoftware.smack.provider.ProviderLoader.class
org.jivesoftware.smack.provider.ProviderFileLoader.class
org.jivesoftware.smack.provider.ExtensionProviderInfo.class
org.jivesoftware.smack.provider.ProviderManager.class
org.jivesoftware.smack.provider.IQProviderInfo.class
org.jivesoftware.smack.provider.PacketExtensionProvider.class
org.jivesoftware.smack.provider.AbstractProviderInfo.class
org.jivesoftware.smack.provider.EmbeddedExtensionProvider.class
org.jivesoftware.smack.initializer.SmackAndOsgiInitializer.class
org.jivesoftware.smack.initializer.UrlInitializer.class
org.jivesoftware.smack.initializer.VmArgInitializer.class
org.jivesoftware.smack.initializer.SmackInitializer.class
org.jivesoftware.smack.filter.PacketFilter.class
org.jivesoftware.smack.filter.OrFilter.class
org.jivesoftware.smack.filter.PacketExtensionFilter.class
org.jivesoftware.smack.filter.PacketTypeFilter.class
org.jivesoftware.smack.filter.IQReplyFilter.class
org.jivesoftware.smack.filter.PacketIDFilter.class
org.jivesoftware.smack.filter.FromMatchesFilter.class
org.jivesoftware.smack.filter.ThreadFilter.class
org.jivesoftware.smack.filter.IQTypeFilter.class
org.jivesoftware.smack.filter.MessageTypeFilter.class
org.jivesoftware.smack.filter.NotFilter.class
org.jivesoftware.smack.filter.AndFilter.class
org.jivesoftware.smack.sasl.SASLExternalMechanism.class
org.jivesoftware.smack.sasl.SASLCramMD5Mechanism.class
org.jivesoftware.smack.sasl.SASLDigestMD5Mechanism.class
org.jivesoftware.smack.sasl.SASLMechanism$Challenge.class
org.jivesoftware.smack.sasl.SASLMechanism$Response.class
org.jivesoftware.smack.sasl.SASLError.class
org.jivesoftware.smack.sasl.SASLMechanism$AuthMechanism.class
org.jivesoftware.smack.sasl.SASLMechanism.class
org.jivesoftware.smack.sasl.SASLMechanism$Success.class
org.jivesoftware.smack.sasl.SASLAnonymous.class
org.jivesoftware.smack.sasl.SASLMechanism$SASLFailure.class
org.jivesoftware.smack.sasl.SASLErrorException.class
org.jivesoftware.smack.sasl.SASLGSSAPIMechanism.class
org.jivesoftware.smack.sasl.SASLPlainMechanism.class
org.jivesoftware.smack.parsing.ExceptionLoggingCallback.class
org.jivesoftware.smack.parsing.UnparsablePacket.class
org.jivesoftware.smack.parsing.ExceptionThrowingCallback.class
org.jivesoftware.smack.parsing.ParsingExceptionCallback.class
org.jivesoftware.smack.packet.RosterPacket.class
org.jivesoftware.smack.packet.Message.class
org.jivesoftware.smack.packet.Presence$Type.class
org.jivesoftware.smack.packet.XMPPError$Condition.class
org.jivesoftware.smack.packet.Message$1.class
org.jivesoftware.smack.packet.Message$Subject.class
org.jivesoftware.smack.packet.Packet.class
org.jivesoftware.smack.packet.Bind.class
org.jivesoftware.smack.packet.XMPPError$ErrorSpecification.class
org.jivesoftware.smack.packet.PacketExtension.class
org.jivesoftware.smack.packet.RosterPacket$Item.class
org.jivesoftware.smack.packet.Message$Type.class
org.jivesoftware.smack.packet.IQ$2.class
org.jivesoftware.smack.packet.RosterPacket$ItemStatus.class
org.jivesoftware.smack.packet.Presence.class
org.jivesoftware.smack.packet.RosterPacket$ItemType.class
org.jivesoftware.smack.packet.StreamError.class
org.jivesoftware.smack.packet.XMPPError$Type.class
org.jivesoftware.smack.packet.DefaultPacketExtension.class
org.jivesoftware.smack.packet.XMPPError.class
org.jivesoftware.smack.packet.Session.class
org.jivesoftware.smack.packet.Registration.class
org.jivesoftware.smack.packet.IQ$1.class
org.jivesoftware.smack.packet.Message$Body.class
org.jivesoftware.smack.packet.Presence$Mode.class
org.jivesoftware.smack.packet.IQ$Type.class
org.jivesoftware.smack.packet.IQ.class
org.jivesoftware.smack.util.Cache.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-4.+.jar
/junit/junit/4.+
查看junit所有版本文件
java-xmlbuilder-0.6+.jar
/com.jamesmurty.utils/java-xmlbuilder/0.6+
查看java-xmlbuilder所有版本文件
xmlunit-1.5.jar
/xmlunit/xmlunit/1.5
查看xmlunit所有版本文件
powermock-module-junit4-1.5.+.jar
/org.powermock/powermock-module-junit4/1.5.+
查看powermock-module-junit4所有版本文件
powermock-api-mockito-1.5.+.jar
/org.powermock/powermock-api-mockito/1.5.+
查看powermock-api-mockito所有版本文件
xpp3-1.1.4c.jar
/xpp3/xpp3/1.1.4c
查看xpp3所有版本文件
|