Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.almex |
ArtifactId | ArtifactIdraildelays-httpclient |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.almex/raildelays-httpclient/ -->
<dependency>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-httpclient</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almex/raildelays-httpclient/
implementation 'com.github.almex:raildelays-httpclient:1.2.0'
// https://jarcasting.com/artifacts/com.github.almex/raildelays-httpclient/
implementation ("com.github.almex:raildelays-httpclient:1.2.0")
'com.github.almex:raildelays-httpclient:jar:1.2.0'
<dependency org="com.github.almex" name="raildelays-httpclient" rev="1.2.0">
<artifact name="raildelays-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almex', module='raildelays-httpclient', version='1.2.0')
)
libraryDependencies += "com.github.almex" % "raildelays-httpclient" % "1.2.0"
[com.github.almex/raildelays-httpclient "1.2.0"]