| License |
License |
|---|---|
| GroupId | GroupIdtop.marchand.xml |
| ArtifactId | ArtifactIdcp-protocol |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncp-protocol
Protocol implementation to load resources from classpath
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cp-protocol-2.2.pom | |
| cp-protocol-2.2.jar | 6 KB |
| cp-protocol-2.2-sources.jar | 3 KB |
| cp-protocol-2.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>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml/cp-protocol/
implementation 'top.marchand.xml:cp-protocol:2.2'
// https://jarcasting.com/artifacts/top.marchand.xml/cp-protocol/
implementation ("top.marchand.xml:cp-protocol:2.2")
'top.marchand.xml:cp-protocol:jar:2.2'
<dependency org="top.marchand.xml" name="cp-protocol" rev="2.2">
<artifact name="cp-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml', module='cp-protocol', version='2.2')
)
libraryDependencies += "top.marchand.xml" % "cp-protocol" % "2.2"
[top.marchand.xml/cp-protocol "2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |