Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.waffle |
ArtifactId | ArtifactIdwaffle-jetty |
Version | Version2.0.0-beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/ -->
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-jetty</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/
implementation 'com.github.waffle:waffle-jetty:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.github.waffle/waffle-jetty/
implementation ("com.github.waffle:waffle-jetty:2.0.0-beta2")
'com.github.waffle:waffle-jetty:jar:2.0.0-beta2'
<dependency org="com.github.waffle" name="waffle-jetty" rev="2.0.0-beta2">
<artifact name="waffle-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waffle', module='waffle-jetty', version='2.0.0-beta2')
)
libraryDependencies += "com.github.waffle" % "waffle-jetty" % "2.0.0-beta2"
[com.github.waffle/waffle-jetty "2.0.0-beta2"]