Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdedu.usf.cutr |
ArtifactId | ArtifactIdpelias-client-library |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/ -->
<dependency>
<groupId>edu.usf.cutr</groupId>
<artifactId>pelias-client-library</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/
implementation 'edu.usf.cutr:pelias-client-library:1.0.0'
// https://jarcasting.com/artifacts/edu.usf.cutr/pelias-client-library/
implementation ("edu.usf.cutr:pelias-client-library:1.0.0")
'edu.usf.cutr:pelias-client-library:jar:1.0.0'
<dependency org="edu.usf.cutr" name="pelias-client-library" rev="1.0.0">
<artifact name="pelias-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.usf.cutr', module='pelias-client-library', version='1.0.0')
)
libraryDependencies += "edu.usf.cutr" % "pelias-client-library" % "1.0.0"
[edu.usf.cutr/pelias-client-library "1.0.0"]