GroupId | GroupIdcom.nu-art-software |
---|---|
ArtifactId | ArtifactIdhttp-module |
Version | Version0.9.24 |
Type | Typejar |
Filename | Size |
---|---|
http-module-0.9.24.pom | |
http-module-0.9.24.jar | 35 KB |
http-module-0.9.24-sources.jar | 14 KB |
http-module-0.9.24-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.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/http-module/
implementation 'com.nu-art-software:http-module:0.9.24'
// https://jarcasting.com/artifacts/com.nu-art-software/http-module/
implementation ("com.nu-art-software:http-module:0.9.24")
'com.nu-art-software:http-module:jar:0.9.24'
<dependency org="com.nu-art-software" name="http-module" rev="0.9.24">
<artifact name="http-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='http-module', version='0.9.24')
)
libraryDependencies += "com.nu-art-software" % "http-module" % "0.9.24"
[com.nu-art-software/http-module "0.9.24"]