Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.fcgi |
ArtifactId | ArtifactIdfcgi-client |
Version | Version11.0.4 |
Type | Typejar |
Filename | Size |
---|---|
fcgi-client-11.0.4.pom | |
fcgi-client-11.0.4.jar | 87 KB |
fcgi-client-11.0.4-sources.jar | 43 KB |
fcgi-client-11.0.4-javadoc.jar | 593 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-client/ -->
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>
<artifactId>fcgi-client</artifactId>
<version>11.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-client/
implementation 'org.eclipse.jetty.fcgi:fcgi-client:11.0.4'
// https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-client/
implementation ("org.eclipse.jetty.fcgi:fcgi-client:11.0.4")
'org.eclipse.jetty.fcgi:fcgi-client:jar:11.0.4'
<dependency org="org.eclipse.jetty.fcgi" name="fcgi-client" rev="11.0.4">
<artifact name="fcgi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.fcgi', module='fcgi-client', version='11.0.4')
)
libraryDependencies += "org.eclipse.jetty.fcgi" % "fcgi-client" % "11.0.4"
[org.eclipse.jetty.fcgi/fcgi-client "11.0.4"]