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