| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdorg.apache.nifi |
| ArtifactId | ArtifactIdnifi-websocket-services-jetty |
| Version | Version1.13.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-websocket-services-jetty/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-websocket-services-jetty</artifactId>
<version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-websocket-services-jetty/
implementation 'org.apache.nifi:nifi-websocket-services-jetty:1.13.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-websocket-services-jetty/
implementation ("org.apache.nifi:nifi-websocket-services-jetty:1.13.0")
'org.apache.nifi:nifi-websocket-services-jetty:jar:1.13.0'
<dependency org="org.apache.nifi" name="nifi-websocket-services-jetty" rev="1.13.0">
<artifact name="nifi-websocket-services-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-websocket-services-jetty', version='1.13.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-websocket-services-jetty" % "1.13.0"
[org.apache.nifi/nifi-websocket-services-jetty "1.13.0"]