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.5.4 |
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.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-extras-typesafe-config/
implementation 'org.asynchttpclient:async-http-client-extras-typesafe-config:2.5.4'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-extras-typesafe-config/
implementation ("org.asynchttpclient:async-http-client-extras-typesafe-config:2.5.4")
'org.asynchttpclient:async-http-client-extras-typesafe-config:jar:2.5.4'
<dependency org="org.asynchttpclient" name="async-http-client-extras-typesafe-config" rev="2.5.4">
<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.5.4')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client-extras-typesafe-config" % "2.5.4"
[org.asynchttpclient/async-http-client-extras-typesafe-config "2.5.4"]