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