Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdat.co.svc.jareto |
ArtifactId | ArtifactIdjareto-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jareto-client-0.0.1.pom | |
jareto-client-0.0.1.jar | 9 KB |
jareto-client-0.0.1-sources.jar | 7 KB |
jareto-client-0.0.1-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>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-client/
implementation 'at.co.svc.jareto:jareto-client:0.0.1'
// https://jarcasting.com/artifacts/at.co.svc.jareto/jareto-client/
implementation ("at.co.svc.jareto:jareto-client:0.0.1")
'at.co.svc.jareto:jareto-client:jar:0.0.1'
<dependency org="at.co.svc.jareto" name="jareto-client" rev="0.0.1">
<artifact name="jareto-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.co.svc.jareto', module='jareto-client', version='0.0.1')
)
libraryDependencies += "at.co.svc.jareto" % "jareto-client" % "0.0.1"
[at.co.svc.jareto/jareto-client "0.0.1"]