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