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