GroupId | GroupIdcom.budjb |
---|---|
ArtifactId | ArtifactIdhttp-requests-core |
Version | Version2.0.3.BETA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.budjb/http-requests-core/ -->
<dependency>
<groupId>com.budjb</groupId>
<artifactId>http-requests-core</artifactId>
<version>2.0.3.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.budjb/http-requests-core/
implementation 'com.budjb:http-requests-core:2.0.3.BETA'
// https://jarcasting.com/artifacts/com.budjb/http-requests-core/
implementation ("com.budjb:http-requests-core:2.0.3.BETA")
'com.budjb:http-requests-core:jar:2.0.3.BETA'
<dependency org="com.budjb" name="http-requests-core" rev="2.0.3.BETA">
<artifact name="http-requests-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.budjb', module='http-requests-core', version='2.0.3.BETA')
)
libraryDependencies += "com.budjb" % "http-requests-core" % "2.0.3.BETA"
[com.budjb/http-requests-core "2.0.3.BETA"]