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