is not current version
Last Version 1.2.275

com.xishankeji:Porter-Bridge-Http 1.2.41

转接远程的http接口,服务器响应正确的数据格式必须是JResponse定义的格式。 客户端websocket使用"org.java-websocket:Java-WebSocket:1.3.9",项目地址https://github.com/TooTallNate/Java-WebSocket; 对Java-WebSocket做了适当修改。

GroupId

GroupId

com.xishankeji
ArtifactId

ArtifactId

Porter-Bridge-Http
Version

Version

1.2.41
Type

Type

jar

Download Porter-Bridge-Http 1.2.41


<!-- https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Http/ -->
<dependency>
    <groupId>com.xishankeji</groupId>
    <artifactId>Porter-Bridge-Http</artifactId>
    <version>1.2.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Http/
implementation 'com.xishankeji:Porter-Bridge-Http:1.2.41'
// https://jarcasting.com/artifacts/com.xishankeji/Porter-Bridge-Http/
implementation ("com.xishankeji:Porter-Bridge-Http:1.2.41")
'com.xishankeji:Porter-Bridge-Http:jar:1.2.41'
<dependency org="com.xishankeji" name="Porter-Bridge-Http" rev="1.2.41">
  <artifact name="Porter-Bridge-Http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='Porter-Bridge-Http', version='1.2.41')
)
libraryDependencies += "com.xishankeji" % "Porter-Bridge-Http" % "1.2.41"
[com.xishankeji/Porter-Bridge-Http "1.2.41"]