boot-netty-rpc-core

A Framework of Rpc with Netty for Spring Boot

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.github.forezp
ArtifactId

ArtifactId

boot-netty-rpc-core
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

boot-netty-rpc-core
A Framework of Rpc with Netty for Spring Boot
Project URL

Project URL

https://github.com/forezp

Download boot-netty-rpc-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.forezp/boot-netty-rpc-core/ -->
<dependency>
    <groupId>io.github.forezp</groupId>
    <artifactId>boot-netty-rpc-core</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/boot-netty-rpc-core/
implementation 'io.github.forezp:boot-netty-rpc-core:1.0.5'
// https://jarcasting.com/artifacts/io.github.forezp/boot-netty-rpc-core/
implementation ("io.github.forezp:boot-netty-rpc-core:1.0.5")
'io.github.forezp:boot-netty-rpc-core:jar:1.0.5'
<dependency org="io.github.forezp" name="boot-netty-rpc-core" rev="1.0.5">
  <artifact name="boot-netty-rpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='boot-netty-rpc-core', version='1.0.5')
)
libraryDependencies += "io.github.forezp" % "boot-netty-rpc-core" % "1.0.5"
[io.github.forezp/boot-netty-rpc-core "1.0.5"]

Dependencies

compile (9)

Group / Artifact Type Version
com.google.guava : guava jar 20.0
org.apache.commons : commons-lang3 jar 3.7
io.netty : netty-all jar 4.1.12.Final
com.alibaba : fastjson jar 1.2.47
org.springframework : spring-webmvc jar 4.2.7.RELEASE
org.springframework.boot : spring-boot-configuration-processor jar 1.5.3.RELEASE
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpasyncclient jar 4.1.1
com.sun.mail : javax.mail jar 1.5.5

provided (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-1.2-api jar 2.9.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.9.1
org.springframework.boot : spring-boot-starter jar 1.5.3.RELEASE
org.springframework.cloud : spring-cloud-starter-eureka jar 1.4.3.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 1.5.3.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0