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