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