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