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