Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.jfermat |
ArtifactId | ArtifactIdstrava-api-client-resttemplate |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jfermat/strava-api-client-resttemplate/ -->
<dependency>
<groupId>io.github.jfermat</groupId>
<artifactId>strava-api-client-resttemplate</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jfermat/strava-api-client-resttemplate/
implementation 'io.github.jfermat:strava-api-client-resttemplate:1.0.1'
// https://jarcasting.com/artifacts/io.github.jfermat/strava-api-client-resttemplate/
implementation ("io.github.jfermat:strava-api-client-resttemplate:1.0.1")
'io.github.jfermat:strava-api-client-resttemplate:jar:1.0.1'
<dependency org="io.github.jfermat" name="strava-api-client-resttemplate" rev="1.0.1">
<artifact name="strava-api-client-resttemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jfermat', module='strava-api-client-resttemplate', version='1.0.1')
)
libraryDependencies += "io.github.jfermat" % "strava-api-client-resttemplate" % "1.0.1"
[io.github.jfermat/strava-api-client-resttemplate "1.0.1"]