组织ID: |
org.java-websocket |
项目ID: |
Java-WebSocket |
版本: |
1.3.8 |
最后修改时间: |
2018-07-24 07:05:02 |
包类型: |
jar |
标题: |
Java-WebSocket |
描述: |
A barebones WebSocket client and server implementation written 100% in Java |
相关URL: |
https://github.com/TooTallNate/Java-WebSocket |
大小: |
114.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.8</version>
</dependency>
|
Gradle引入代码: |
org.java-websocket:Java-WebSocket:1.3.8
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<packaging>jar</packaging>
<version>1.3.8</version>
<name>Java-WebSocket</name>
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
<url>https://github.com/TooTallNate/Java-WebSocket</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE</url>
</license>
</licenses>
<scm>
<url>https://github.com/TooTallNate/Java-WebSocket</url>
</scm>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20171018</version>
<scope>test</scope>
</dependency>
</dependencies>
<developers>
<developer>
<name>Nathan Rajlich</name>
<url>https://github.com/TooTallNate</url>
<email>nathan@tootallnate.net</email>
</developer>
<developer>
<name>Marcel Prestel</name>
<url>https://github.com/marci4</url>
<email>admin@marci4.de</email>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.java_websocket.AbstractWebSocket$1.class
org.java_websocket.AbstractWebSocket.class
org.java_websocket.AbstractWrappedByteChannel.class
org.java_websocket.client.AbstractClientProxyChannel.class
org.java_websocket.client.WebSocketClient$1.class
org.java_websocket.client.WebSocketClient$WebsocketWriteThread.class
org.java_websocket.client.WebSocketClient.class
org.java_websocket.drafts.Draft$CloseHandshakeType.class
org.java_websocket.drafts.Draft$HandshakeState.class
org.java_websocket.drafts.Draft.class
org.java_websocket.drafts.Draft_6455.class
org.java_websocket.exceptions.IncompleteException.class
org.java_websocket.exceptions.IncompleteHandshakeException.class
org.java_websocket.exceptions.InvalidDataException.class
org.java_websocket.exceptions.InvalidFrameException.class
org.java_websocket.exceptions.InvalidHandshakeException.class
org.java_websocket.exceptions.LimitExedeedException.class
org.java_websocket.exceptions.NotSendableException.class
org.java_websocket.exceptions.WebsocketNotConnectedException.class
org.java_websocket.extensions.CompressionExtension.class
org.java_websocket.extensions.DefaultExtension.class
org.java_websocket.extensions.IExtension.class
org.java_websocket.framing.BinaryFrame.class
org.java_websocket.framing.CloseFrame.class
org.java_websocket.framing.ContinuousFrame.class
org.java_websocket.framing.ControlFrame.class
org.java_websocket.framing.DataFrame.class
org.java_websocket.framing.Framedata$Opcode.class
org.java_websocket.framing.Framedata.class
org.java_websocket.framing.FramedataImpl1$1.class
org.java_websocket.framing.FramedataImpl1.class
org.java_websocket.framing.PingFrame.class
org.java_websocket.framing.PongFrame.class
org.java_websocket.framing.TextFrame.class
org.java_websocket.handshake.ClientHandshake.class
org.java_websocket.handshake.ClientHandshakeBuilder.class
org.java_websocket.handshake.HandshakeBuilder.class
org.java_websocket.handshake.Handshakedata.class
org.java_websocket.handshake.HandshakedataImpl1.class
org.java_websocket.handshake.HandshakeImpl1Client.class
org.java_websocket.handshake.HandshakeImpl1Server.class
org.java_websocket.handshake.ServerHandshake.class
org.java_websocket.handshake.ServerHandshakeBuilder.class
org.java_websocket.protocols.IProtocol.class
org.java_websocket.protocols.Protocol.class
org.java_websocket.server.CustomSSLWebSocketServerFactory.class
org.java_websocket.server.DefaultSSLWebSocketServerFactory.class
org.java_websocket.server.DefaultWebSocketServerFactory.class
org.java_websocket.server.WebSocketServer$WebSocketWorker$1.class
org.java_websocket.server.WebSocketServer$WebSocketWorker.class
org.java_websocket.server.WebSocketServer.class
org.java_websocket.SocketChannelIOHelper.class
org.java_websocket.SSLSocketChannel$1.class
org.java_websocket.SSLSocketChannel.class
org.java_websocket.SSLSocketChannel2.class
org.java_websocket.util.Base64$InputStream.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
json-20171018.jar
/org.json/json/20171018
查看json所有版本文件
|