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