| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-unixsocket | 
| Version | Version9.4.40.v20210413 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-unixsocket/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-unixsocket</artifactId>
    <version>9.4.40.v20210413</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-unixsocket/
implementation 'org.eclipse.jetty:jetty-unixsocket:9.4.40.v20210413'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-unixsocket/
implementation ("org.eclipse.jetty:jetty-unixsocket:9.4.40.v20210413")'org.eclipse.jetty:jetty-unixsocket:jar:9.4.40.v20210413'<dependency org="org.eclipse.jetty" name="jetty-unixsocket" rev="9.4.40.v20210413">
  <artifact name="jetty-unixsocket" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-unixsocket', version='9.4.40.v20210413')
)libraryDependencies += "org.eclipse.jetty" % "jetty-unixsocket" % "9.4.40.v20210413"[org.eclipse.jetty/jetty-unixsocket "9.4.40.v20210413"]