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