jar

com.github.tevid : jbox

Maven & Gradle

Mar 01, 2019
0 stars

jbox · java构建微服务常用方法集合

Table Of Contents

Latest Version

Download com.github.tevid : jbox JAR file - Latest Versions:

All Versions

Download com.github.tevid : jbox JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jbox-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.tevid.jbox.cache.redis

├─ com.github.tevid.jbox.cache.redis.RedisShardedClientFactory.class - [JAR]

├─ com.github.tevid.jbox.cache.redis.ShardingRedisClient.class - [JAR]

com.github.tevid.jbox.utils

├─ com.github.tevid.jbox.utils.Page.class - [JAR]

com.github.tevid.jbox.contant

├─ com.github.tevid.jbox.contant.Const.class - [JAR]

com.github.tevid.jbox.thrift

├─ com.github.tevid.jbox.thrift.Thrift.class - [JAR]

├─ com.github.tevid.jbox.thrift.ThriftServer.class - [JAR]

com.github.tevid.jbox.http

├─ com.github.tevid.jbox.http.HttpBizException.class - [JAR]

├─ com.github.tevid.jbox.http.HttpClientManager.class - [JAR]

com.github.tevid.jbox.controller.response

├─ com.github.tevid.jbox.controller.response.RestReturn.class - [JAR]

├─ com.github.tevid.jbox.controller.response.Return.class - [JAR]

com.github.tevid.jbox.mq.nsq

├─ com.github.tevid.jbox.mq.nsq.Callback.class - [JAR]

├─ com.github.tevid.jbox.mq.nsq.NsqService.class - [JAR]

├─ com.github.tevid.jbox.mq.nsq.Topic.class - [JAR]

com.github.tevid.jbox.exception

├─ com.github.tevid.jbox.exception.BizException.class - [JAR]

Advertisement