Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.googlecode.web-commons |
ArtifactId | ArtifactIdweb-common-client |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
web-common-client-1.0.4.pom | |
web-common-client-1.0.4.jar | 721 KB |
web-common-client-1.0.4-sources.jar | 566 KB |
web-common-client-1.0.4-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-client/ -->
<dependency>
<groupId>com.googlecode.web-commons</groupId>
<artifactId>web-common-client</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-client/
implementation 'com.googlecode.web-commons:web-common-client:1.0.4'
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-client/
implementation ("com.googlecode.web-commons:web-common-client:1.0.4")
'com.googlecode.web-commons:web-common-client:jar:1.0.4'
<dependency org="com.googlecode.web-commons" name="web-common-client" rev="1.0.4">
<artifact name="web-common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.web-commons', module='web-common-client', version='1.0.4')
)
libraryDependencies += "com.googlecode.web-commons" % "web-common-client" % "1.0.4"
[com.googlecode.web-commons/web-common-client "1.0.4"]