<dependency> <groupId>org.glassfish.web</groupId> <artifactId>web-embed-api</artifactId> <version>3.1-b30</version> <type>hk2-jar</type> </dependency>
implementation 'org.glassfish.web:web-embed-api:3.1-b30'
implementation("org.glassfish.web:web-embed-api:3.1-b30")
libraryDependencies += "org.glassfish.web" % "web-embed-api" % "3.1-b30"
@Grapes( @Grab(group='org.glassfish.web', module='web-embed-api', version='3.1-b30') )
<dependency org="org.glassfish.web" name="web-embed-api" rev="3.1-b30" />
[org.glassfish.web/web-embed-api "3.1-b30"]
'org.glassfish.web:web-embed-api:jar:3.1-b30'
<parent> <groupId>org.glassfish.web</groupId> <artifactId>web-embed</artifactId> <version>3.1-b30</version> </parent>
compile
|-- org.glassfish:javax.servlet
|-- org.glassfish:simple-glassfish-api