Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdru.taskurotta |
ArtifactId | ArtifactIdclient |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
client-0.8.0.pom | |
client-0.8.0.jar | 21 KB |
client-0.8.0-sources.jar | 12 KB |
client-0.8.0-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.taskurotta/client/ -->
<dependency>
<groupId>ru.taskurotta</groupId>
<artifactId>client</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.taskurotta/client/
implementation 'ru.taskurotta:client:0.8.0'
// https://jarcasting.com/artifacts/ru.taskurotta/client/
implementation ("ru.taskurotta:client:0.8.0")
'ru.taskurotta:client:jar:0.8.0'
<dependency org="ru.taskurotta" name="client" rev="0.8.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.taskurotta', module='client', version='0.8.0')
)
libraryDependencies += "ru.taskurotta" % "client" % "0.8.0"
[ru.taskurotta/client "0.8.0"]