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