GroupId | GroupIdtop.marchand.xml |
---|---|
ArtifactId | ArtifactIdcp-protocol |
Version | Version2.0_jdk7 |
Type | Typejar |
Filename | Size |
---|---|
cp-protocol-2.0_jdk7.pom | |
cp-protocol-2.0_jdk7.jar | 7 KB |
cp-protocol-2.0_jdk7-sources.jar | 3 KB |
cp-protocol-2.0_jdk7-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.marchand.xml/cp-protocol/ -->
<dependency>
<groupId>top.marchand.xml</groupId>
<artifactId>cp-protocol</artifactId>
<version>2.0_jdk7</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml/cp-protocol/
implementation 'top.marchand.xml:cp-protocol:2.0_jdk7'
// https://jarcasting.com/artifacts/top.marchand.xml/cp-protocol/
implementation ("top.marchand.xml:cp-protocol:2.0_jdk7")
'top.marchand.xml:cp-protocol:jar:2.0_jdk7'
<dependency org="top.marchand.xml" name="cp-protocol" rev="2.0_jdk7">
<artifact name="cp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml', module='cp-protocol', version='2.0_jdk7')
)
libraryDependencies += "top.marchand.xml" % "cp-protocol" % "2.0_jdk7"
[top.marchand.xml/cp-protocol "2.0_jdk7"]