is not current version
Last Version 2.2

top.marchand.xml:cp-protocol 2.1

Protocol implementation to load resources from classpath

GroupId

GroupId

top.marchand.xml
ArtifactId

ArtifactId

cp-protocol
Version

Version

2.1
Type

Type

jar

Download cp-protocol 2.1


<!-- 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"]