| GroupId | GroupIdcom.threewks.thundr | 
|---|---|
| ArtifactId | ArtifactIdthundr-servlet-25 | 
| Version | Version3.0.0-beta-2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-servlet-25/ -->
<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-servlet-25</artifactId>
    <version>3.0.0-beta-2</version>
</dependency>// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-servlet-25/
implementation 'com.threewks.thundr:thundr-servlet-25:3.0.0-beta-2'// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-servlet-25/
implementation ("com.threewks.thundr:thundr-servlet-25:3.0.0-beta-2")'com.threewks.thundr:thundr-servlet-25:jar:3.0.0-beta-2'<dependency org="com.threewks.thundr" name="thundr-servlet-25" rev="3.0.0-beta-2">
  <artifact name="thundr-servlet-25" type="jar" />
</dependency>@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-servlet-25', version='3.0.0-beta-2')
)libraryDependencies += "com.threewks.thundr" % "thundr-servlet-25" % "3.0.0-beta-2"[com.threewks.thundr/thundr-servlet-25 "3.0.0-beta-2"]