GroupId | GroupIdcom.github.groupon.monsoon |
---|---|
ArtifactId | ArtifactIdmonsoon-collector-http |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-collector-http/ -->
<dependency>
<groupId>com.github.groupon.monsoon</groupId>
<artifactId>monsoon-collector-http</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-collector-http/
implementation 'com.github.groupon.monsoon:monsoon-collector-http:2.1.1'
// https://jarcasting.com/artifacts/com.github.groupon.monsoon/monsoon-collector-http/
implementation ("com.github.groupon.monsoon:monsoon-collector-http:2.1.1")
'com.github.groupon.monsoon:monsoon-collector-http:jar:2.1.1'
<dependency org="com.github.groupon.monsoon" name="monsoon-collector-http" rev="2.1.1">
<artifact name="monsoon-collector-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.groupon.monsoon', module='monsoon-collector-http', version='2.1.1')
)
libraryDependencies += "com.github.groupon.monsoon" % "monsoon-collector-http" % "2.1.1"
[com.github.groupon.monsoon/monsoon-collector-http "2.1.1"]