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