<dependency> <groupId>org.ethelred.cgi</groupId> <artifactId>standalone</artifactId> <version>0.5</version> </dependency>
implementation 'org.ethelred.cgi:standalone:0.5'
implementation("org.ethelred.cgi:standalone:0.5")
libraryDependencies += "org.ethelred.cgi" % "standalone" % "0.5"
@Grapes( @Grab(group='org.ethelred.cgi', module='standalone', version='0.5') )
<dependency org="org.ethelred.cgi" name="standalone" rev="0.5" />
[org.ethelred.cgi/standalone "0.5"]
'org.ethelred.cgi:standalone:jar:0.5'
runtime
|-- ch.qos.logback:logback-classic:1.2.11
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.ethelred.cgi:cgi-api:0.5
|-- org.eclipse.jetty:jetty-server:9.4.51.v20230217
|-- org.eclipse.jetty:jetty-servlet:9.4.51.v20230217
|-- org.eclipse.jetty.fcgi:fcgi-server:9.4.51.v20230217
|-- com.github.fmjsjx:libnetty-fastcgi