Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-http |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
holon-http-5.3.0.pom | |
holon-http-5.3.0.jar | 115 KB |
holon-http-5.3.0-sources.jar | 61 KB |
holon-http-5.3.0-javadoc.jar | 435 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-http/
implementation 'com.holon-platform.core:holon-http:5.3.0'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-http/
implementation ("com.holon-platform.core:holon-http:5.3.0")
'com.holon-platform.core:holon-http:jar:5.3.0'
<dependency org="com.holon-platform.core" name="holon-http" rev="5.3.0">
<artifact name="holon-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-http', version='5.3.0')
)
libraryDependencies += "com.holon-platform.core" % "holon-http" % "5.3.0"
[com.holon-platform.core/holon-http "5.3.0"]