Categories |
CategoriesNet CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdcom.gizwits |
ArtifactId | ArtifactIdnoti-netty-client |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
noti-netty-client-0.1.1.pom | |
noti-netty-client-0.1.1.jar | 29 KB |
noti-netty-client-0.1.1-sources.jar | 15 KB |
noti-netty-client-0.1.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gizwits/noti-netty-client/ -->
<dependency>
<groupId>com.gizwits</groupId>
<artifactId>noti-netty-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gizwits/noti-netty-client/
implementation 'com.gizwits:noti-netty-client:0.1.1'
// https://jarcasting.com/artifacts/com.gizwits/noti-netty-client/
implementation ("com.gizwits:noti-netty-client:0.1.1")
'com.gizwits:noti-netty-client:jar:0.1.1'
<dependency org="com.gizwits" name="noti-netty-client" rev="0.1.1">
<artifact name="noti-netty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gizwits', module='noti-netty-client', version='0.1.1')
)
libraryDependencies += "com.gizwits" % "noti-netty-client" % "0.1.1"
[com.gizwits/noti-netty-client "0.1.1"]