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