| GroupId | GroupIdcom.nu-art-software |
|---|---|
| ArtifactId | ArtifactIdhttp-module |
| Version | Version0.9.51 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-module-0.9.51.pom | |
| http-module-0.9.51.jar | 35 KB |
| http-module-0.9.51-sources.jar | 14 KB |
| http-module-0.9.51-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software/http-module/ -->
<dependency>
<groupId>com.nu-art-software</groupId>
<artifactId>http-module</artifactId>
<version>0.9.51</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/http-module/
implementation 'com.nu-art-software:http-module:0.9.51'
// https://jarcasting.com/artifacts/com.nu-art-software/http-module/
implementation ("com.nu-art-software:http-module:0.9.51")
'com.nu-art-software:http-module:jar:0.9.51'
<dependency org="com.nu-art-software" name="http-module" rev="0.9.51">
<artifact name="http-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='http-module', version='0.9.51')
)
libraryDependencies += "com.nu-art-software" % "http-module" % "0.9.51"
[com.nu-art-software/http-module "0.9.51"]