Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdpl.wrzasq.commons |
ArtifactId | ArtifactIdcommons-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-client-1.0.0.pom | |
commons-client-1.0.0.jar | 12 KB |
commons-client-1.0.0-sources.jar | 8 KB |
commons-client-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-client/
implementation 'pl.wrzasq.commons:commons-client:1.0.0'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-client/
implementation ("pl.wrzasq.commons:commons-client:1.0.0")
'pl.wrzasq.commons:commons-client:jar:1.0.0'
<dependency org="pl.wrzasq.commons" name="commons-client" rev="1.0.0">
<artifact name="commons-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons-client', version='1.0.0')
)
libraryDependencies += "pl.wrzasq.commons" % "commons-client" % "1.0.0"
[pl.wrzasq.commons/commons-client "1.0.0"]