Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-http |
Version | Version5.0.6 |
Type | Typejar |
Filename | Size |
---|---|
holon-http-5.0.6.pom | |
holon-http-5.0.6.jar | 110 KB |
holon-http-5.0.6-sources.jar | 56 KB |
holon-http-5.0.6-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.core/holon-http/ -->
<dependency>
<groupId>com.holon-platform.core</groupId>
<artifactId>holon-http</artifactId>
<version>5.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-http/
implementation 'com.holon-platform.core:holon-http:5.0.6'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-http/
implementation ("com.holon-platform.core:holon-http:5.0.6")
'com.holon-platform.core:holon-http:jar:5.0.6'
<dependency org="com.holon-platform.core" name="holon-http" rev="5.0.6">
<artifact name="holon-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-http', version='5.0.6')
)
libraryDependencies += "com.holon-platform.core" % "holon-http" % "5.0.6"
[com.holon-platform.core/holon-http "5.0.6"]