License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.forezp |
ArtifactId | ArtifactIdboot-netty-rpc-core |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionboot-netty-rpc-core
A Framework of Rpc with Netty for Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
boot-netty-rpc-core-1.0.5.pom | |
boot-netty-rpc-core-1.0.5.jar | 122 KB |
boot-netty-rpc-core-1.0.5-sources.jar | 73 KB |
boot-netty-rpc-core-1.0.5-javadoc.jar | 604 KB |
Browse |
<!-- 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"]
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 |
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 |