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