Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdrocks.xmpp |
ArtifactId | ArtifactIdxmpp-nio-netty |
Version | Version0.8.0 |
Type | Typepom |
Filename | Size |
---|---|
xmpp-nio-netty-0.8.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/ -->
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-nio-netty</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/
implementation 'rocks.xmpp:xmpp-nio-netty:0.8.0'
// https://jarcasting.com/artifacts/rocks.xmpp/xmpp-nio-netty/
implementation ("rocks.xmpp:xmpp-nio-netty:0.8.0")
'rocks.xmpp:xmpp-nio-netty:pom:0.8.0'
<dependency org="rocks.xmpp" name="xmpp-nio-netty" rev="0.8.0">
<artifact name="xmpp-nio-netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='rocks.xmpp', module='xmpp-nio-netty', version='0.8.0')
)
libraryDependencies += "rocks.xmpp" % "xmpp-nio-netty" % "0.8.0"
[rocks.xmpp/xmpp-nio-netty "0.8.0"]