| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdnet.bookrain |
| ArtifactId | ArtifactIdexample-netty |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| example-netty-0.0.1.pom | |
| example-netty-0.0.1.jar | 3 KB |
| example-netty-0.0.1-sources.jar | 4 KB |
| example-netty-0.0.1-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bookrain/example-netty/ -->
<dependency>
<groupId>net.bookrain</groupId>
<artifactId>example-netty</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bookrain/example-netty/
implementation 'net.bookrain:example-netty:0.0.1'
// https://jarcasting.com/artifacts/net.bookrain/example-netty/
implementation ("net.bookrain:example-netty:0.0.1")
'net.bookrain:example-netty:jar:0.0.1'
<dependency org="net.bookrain" name="example-netty" rev="0.0.1">
<artifact name="example-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bookrain', module='example-netty', version='0.0.1')
)
libraryDependencies += "net.bookrain" % "example-netty" % "0.0.1"
[net.bookrain/example-netty "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.bookrain : core | jar | 0.0.1 |
| net.bookrain : netty | jar | 0.0.1 |
| org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |