Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.broker |
ArtifactId | ArtifactIdnetty-openssl |
Version | Version2.14.0 |
Type | Typejar |
Filename | Size |
---|---|
netty-openssl-2.14.0.pom | |
netty-openssl-2.14.0.jar | 12 KB |
netty-openssl-2.14.0-sources.jar | 10 KB |
netty-openssl-2.14.0-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.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/netty-openssl/
implementation 'org.apache.activemq.examples.broker:netty-openssl:2.14.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/netty-openssl/
implementation ("org.apache.activemq.examples.broker:netty-openssl:2.14.0")
'org.apache.activemq.examples.broker:netty-openssl:jar:2.14.0'
<dependency org="org.apache.activemq.examples.broker" name="netty-openssl" rev="2.14.0">
<artifact name="netty-openssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='netty-openssl', version='2.14.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "netty-openssl" % "2.14.0"
[org.apache.activemq.examples.broker/netty-openssl "2.14.0"]