| GroupId | GroupIdcom.threewks.thundr |
|---|---|
| ArtifactId | ArtifactIdthundr-http-ning |
| Version | Version2.0.0-rc2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| thundr-http-ning-2.0.0-rc2.pom | |
| thundr-http-ning-2.0.0-rc2.jar | 18 KB |
| thundr-http-ning-2.0.0-rc2-sources.jar | 11 KB |
| thundr-http-ning-2.0.0-rc2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-http-ning/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-http-ning</artifactId>
<version>2.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-http-ning/
implementation 'com.threewks.thundr:thundr-http-ning:2.0.0-rc2'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-http-ning/
implementation ("com.threewks.thundr:thundr-http-ning:2.0.0-rc2")
'com.threewks.thundr:thundr-http-ning:jar:2.0.0-rc2'
<dependency org="com.threewks.thundr" name="thundr-http-ning" rev="2.0.0-rc2">
<artifact name="thundr-http-ning" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-http-ning', version='2.0.0-rc2')
)
libraryDependencies += "com.threewks.thundr" % "thundr-http-ning" % "2.0.0-rc2"
[com.threewks.thundr/thundr-http-ning "2.0.0-rc2"]