Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdasync-http-client-extras-typesafe-config |
Version | Version2.4.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-extras-typesafe-config/ -->
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-extras-typesafe-config</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-extras-typesafe-config/
implementation 'org.asynchttpclient:async-http-client-extras-typesafe-config:2.4.9'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-extras-typesafe-config/
implementation ("org.asynchttpclient:async-http-client-extras-typesafe-config:2.4.9")
'org.asynchttpclient:async-http-client-extras-typesafe-config:jar:2.4.9'
<dependency org="org.asynchttpclient" name="async-http-client-extras-typesafe-config" rev="2.4.9">
<artifact name="async-http-client-extras-typesafe-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client-extras-typesafe-config', version='2.4.9')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client-extras-typesafe-config" % "2.4.9"
[org.asynchttpclient/async-http-client-extras-typesafe-config "2.4.9"]