Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.broker |
ArtifactId | ArtifactIdnetty-openssl |
Version | Version2.19.1 |
Type | Typejar |
Filename | Size |
---|---|
netty-openssl-2.19.1.pom | |
netty-openssl-2.19.1.jar | 13 KB |
netty-openssl-2.19.1-sources.jar | 13 KB |
netty-openssl-2.19.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/netty-openssl/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>netty-openssl</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/netty-openssl/
implementation 'org.apache.activemq.examples.broker:netty-openssl:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/netty-openssl/
implementation ("org.apache.activemq.examples.broker:netty-openssl:2.19.1")
'org.apache.activemq.examples.broker:netty-openssl:jar:2.19.1'
<dependency org="org.apache.activemq.examples.broker" name="netty-openssl" rev="2.19.1">
<artifact name="netty-openssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='netty-openssl', version='2.19.1')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "netty-openssl" % "2.19.1"
[org.apache.activemq.examples.broker/netty-openssl "2.19.1"]