GroupId | GroupIdcom.github.mstream-trader |
---|---|
ArtifactId | ArtifactIdcommons-http |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-http-1.3.pom | |
commons-http-1.3.jar | 6 KB |
commons-http-1.3-sources.jar | 5 KB |
commons-http-1.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/commons-http/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-http</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-http/
implementation 'com.github.mstream-trader:commons-http:1.3'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-http/
implementation ("com.github.mstream-trader:commons-http:1.3")
'com.github.mstream-trader:commons-http:jar:1.3'
<dependency org="com.github.mstream-trader" name="commons-http" rev="1.3">
<artifact name="commons-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-http', version='1.3')
)
libraryDependencies += "com.github.mstream-trader" % "commons-http" % "1.3"
[com.github.mstream-trader/commons-http "1.3"]