License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.hovans.netty |
ArtifactId | ArtifactIdlibrary |
Version | Version3.8.0 |
Type | Typeaar |
Description |
DescriptionNetty for Android
Netty client library for Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-3.8.0.pom | |
library-3.8.0.aar | 243 KB |
library-3.8.0-sources.jar | 236 KB |
library-3.8.0-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hovans.netty/library/ -->
<dependency>
<groupId>com.hovans.netty</groupId>
<artifactId>library</artifactId>
<version>3.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hovans.netty/library/
implementation 'com.hovans.netty:library:3.8.0'
// https://jarcasting.com/artifacts/com.hovans.netty/library/
implementation ("com.hovans.netty:library:3.8.0")
'com.hovans.netty:library:aar:3.8.0'
<dependency org="com.hovans.netty" name="library" rev="3.8.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hovans.netty', module='library', version='3.8.0')
)
libraryDependencies += "com.hovans.netty" % "library" % "3.8.0"
[com.hovans.netty/library "3.8.0"]