Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnetty-http-bouncycastle |
Version | Version4.1.44.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xbib/netty-http-bouncycastle/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>netty-http-bouncycastle</artifactId>
<version>4.1.44.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-bouncycastle/
implementation 'org.xbib:netty-http-bouncycastle:4.1.44.2'
// https://jarcasting.com/artifacts/org.xbib/netty-http-bouncycastle/
implementation ("org.xbib:netty-http-bouncycastle:4.1.44.2")
'org.xbib:netty-http-bouncycastle:jar:4.1.44.2'
<dependency org="org.xbib" name="netty-http-bouncycastle" rev="4.1.44.2">
<artifact name="netty-http-bouncycastle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-bouncycastle', version='4.1.44.2')
)
libraryDependencies += "org.xbib" % "netty-http-bouncycastle" % "4.1.44.2"
[org.xbib/netty-http-bouncycastle "4.1.44.2"]