Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdat.co.svc.jareto |
ArtifactId | ArtifactIdjareto-client |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jareto-client-1.1.0.pom | |
jareto-client-1.1.0.jar | 9 KB |
jareto-client-1.1.0-sources.jar | 7 KB |
jareto-client-1.1.0-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-client/ -->
<dependency>
<groupId>at.co.svc.jareto</groupId>
<artifactId>jareto-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-client/
implementation 'at.co.svc.jareto:jareto-client:1.1.0'
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-client/
implementation ("at.co.svc.jareto:jareto-client:1.1.0")
'at.co.svc.jareto:jareto-client:jar:1.1.0'
<dependency org="at.co.svc.jareto" name="jareto-client" rev="1.1.0">
<artifact name="jareto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.co.svc.jareto', module='jareto-client', version='1.1.0')
)
libraryDependencies += "at.co.svc.jareto" % "jareto-client" % "1.1.0"
[at.co.svc.jareto/jareto-client "1.1.0"]