License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.bekioui.netty.jaxrs |
ArtifactId | ArtifactIdnetty-jaxrs |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNetty Jaxrs
Simple using of Netty framework to provide RESTful service resources encapsulated in a jar file.
|
Filename | Size |
---|---|
netty-jaxrs-1.1.0.pom | |
netty-jaxrs-1.1.0.jar | 7 KB |
netty-jaxrs-1.1.0-sources.jar | 4 KB |
netty-jaxrs-1.1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bekioui.netty.jaxrs/netty-jaxrs/ -->
<dependency>
<groupId>com.bekioui.netty.jaxrs</groupId>
<artifactId>netty-jaxrs</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bekioui.netty.jaxrs/netty-jaxrs/
implementation 'com.bekioui.netty.jaxrs:netty-jaxrs:1.1.0'
// https://jarcasting.com/artifacts/com.bekioui.netty.jaxrs/netty-jaxrs/
implementation ("com.bekioui.netty.jaxrs:netty-jaxrs:1.1.0")
'com.bekioui.netty.jaxrs:netty-jaxrs:jar:1.1.0'
<dependency org="com.bekioui.netty.jaxrs" name="netty-jaxrs" rev="1.1.0">
<artifact name="netty-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bekioui.netty.jaxrs', module='netty-jaxrs', version='1.1.0')
)
libraryDependencies += "com.bekioui.netty.jaxrs" % "netty-jaxrs" % "1.1.0"
[com.bekioui.netty.jaxrs/netty-jaxrs "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.2.4.RELEASE |
io.netty : netty-all | jar | 4.0.34.Final |
org.jboss.resteasy : resteasy-netty4 | jar | 3.0.14.Final |
io.swagger : swagger-jaxrs | jar | 1.5.7 |
com.excilys.ebi.utils : spring-log | jar | 1.0.4 |
ch.qos.logback : logback-classic | jar | 1.1.3 |