<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jaspi</artifactId> <version>9.0.0.RC2</version> </dependency>
implementation 'org.eclipse.jetty:jetty-jaspi:9.0.0.RC2'
implementation("org.eclipse.jetty:jetty-jaspi:9.0.0.RC2")
libraryDependencies += "org.eclipse.jetty" % "jetty-jaspi" % "9.0.0.RC2"
@Grapes( @Grab(group='org.eclipse.jetty', module='jetty-jaspi', version='9.0.0.RC2') )
<dependency org="org.eclipse.jetty" name="jetty-jaspi" rev="9.0.0.RC2" />
[org.eclipse.jetty/jetty-jaspi "9.0.0.RC2"]
'org.eclipse.jetty:jetty-jaspi:jar:9.0.0.RC2'
<parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.0.0.RC2</version> </parent>
compile
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty.orbit:javax.security.auth.message
test
|-- org.eclipse.jetty.toolchain:jetty-test-helper