Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdch.squaredesk.nova |
ArtifactId | ArtifactIdhttp |
Version | Version5.2.0 |
Type | Typejar |
Filename | Size |
---|---|
http-5.2.0.pom | |
http-5.2.0.jar | 32 KB |
http-5.2.0-sources.jar | 15 KB |
http-5.2.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.squaredesk.nova/http/ -->
<dependency>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>http</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.squaredesk.nova/http/
implementation 'ch.squaredesk.nova:http:5.2.0'
// https://jarcasting.com/artifacts/ch.squaredesk.nova/http/
implementation ("ch.squaredesk.nova:http:5.2.0")
'ch.squaredesk.nova:http:jar:5.2.0'
<dependency org="ch.squaredesk.nova" name="http" rev="5.2.0">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.squaredesk.nova', module='http', version='5.2.0')
)
libraryDependencies += "ch.squaredesk.nova" % "http" % "5.2.0"
[ch.squaredesk.nova/http "5.2.0"]