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