GroupId | GroupIdcom.googlecode.web-commons |
---|---|
ArtifactId | ArtifactIdweb-common-protocol |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
web-common-protocol-1.0.2.pom | |
web-common-protocol-1.0.2.jar | 35 KB |
web-common-protocol-1.0.2-sources.jar | 22 KB |
web-common-protocol-1.0.2-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-protocol/ -->
<dependency>
<groupId>com.googlecode.web-commons</groupId>
<artifactId>web-common-protocol</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-protocol/
implementation 'com.googlecode.web-commons:web-common-protocol:1.0.2'
// https://jarcasting.com/artifacts/com.googlecode.web-commons/web-common-protocol/
implementation ("com.googlecode.web-commons:web-common-protocol:1.0.2")
'com.googlecode.web-commons:web-common-protocol:jar:1.0.2'
<dependency org="com.googlecode.web-commons" name="web-common-protocol" rev="1.0.2">
<artifact name="web-common-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.web-commons', module='web-common-protocol', version='1.0.2')
)
libraryDependencies += "com.googlecode.web-commons" % "web-common-protocol" % "1.0.2"
[com.googlecode.web-commons/web-common-protocol "1.0.2"]