g

grizzly-http-server-jaxws

Files download
File Operation
grizzly-http-server-jaxws-2.3-rc7.jar download
grizzly-http-server-jaxws-2.3-rc7.pom download
grizzly-http-server-jaxws-2.3-rc7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.grizzly</groupId>
  <artifactId>grizzly-http-server-jaxws</artifactId>
  <version>2.3-rc7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.grizzly:grizzly-http-server-jaxws:2.3-rc7'
Gradle Kotlin
implementation("org.glassfish.grizzly:grizzly-http-server-jaxws:2.3-rc7")
Scala SBT
libraryDependencies += "org.glassfish.grizzly" % "grizzly-http-server-jaxws" % "2.3-rc7"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.grizzly', module='grizzly-http-server-jaxws', version='2.3-rc7')
)
Apache Ivy
<dependency org="org.glassfish.grizzly" name="grizzly-http-server-jaxws" rev="2.3-rc7" />
Leiningen
[org.glassfish.grizzly/grizzly-http-server-jaxws "2.3-rc7"]
Apache Buildr
'org.glassfish.grizzly:grizzly-http-server-jaxws:jar:2.3-rc7'