| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdpl.wrzasq.commons |
| ArtifactId | ArtifactIdcommons-client |
| Version | Version1.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-client-1.0.17.pom | |
| commons-client-1.0.17.jar | 12 KB |
| commons-client-1.0.17-sources.jar | 8 KB |
| commons-client-1.0.17-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-client/ -->
<dependency>
<groupId>pl.wrzasq.commons</groupId>
<artifactId>commons-client</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-client/
implementation 'pl.wrzasq.commons:commons-client:1.0.17'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-client/
implementation ("pl.wrzasq.commons:commons-client:1.0.17")
'pl.wrzasq.commons:commons-client:jar:1.0.17'
<dependency org="pl.wrzasq.commons" name="commons-client" rev="1.0.17">
<artifact name="commons-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons-client', version='1.0.17')
)
libraryDependencies += "pl.wrzasq.commons" % "commons-client" % "1.0.17"
[pl.wrzasq.commons/commons-client "1.0.17"]