GroupId | GroupIdorg.dmfs |
---|---|
ArtifactId | ArtifactIdhttpurlconnection-executor |
Version | Version0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/ -->
<dependency>
<groupId>org.dmfs</groupId>
<artifactId>httpurlconnection-executor</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/
implementation 'org.dmfs:httpurlconnection-executor:0.19'
// https://jarcasting.com/artifacts/org.dmfs/httpurlconnection-executor/
implementation ("org.dmfs:httpurlconnection-executor:0.19")
'org.dmfs:httpurlconnection-executor:jar:0.19'
<dependency org="org.dmfs" name="httpurlconnection-executor" rev="0.19">
<artifact name="httpurlconnection-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmfs', module='httpurlconnection-executor', version='0.19')
)
libraryDependencies += "org.dmfs" % "httpurlconnection-executor" % "0.19"
[org.dmfs/httpurlconnection-executor "0.19"]