License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.opencrx |
ArtifactId | ArtifactIdopencrx-client |
Last Version | Last Version5.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopencrx-client
openCRX/Client Library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opencrx-client-5.2.2.pom | |
opencrx-client-5.2.2.jar | 16 MB |
opencrx-client-5.2.2-sources.jar | 2 MB |
opencrx-client-5.2.2-javadoc.jar | 137 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencrx/opencrx-client/ -->
<dependency>
<groupId>org.opencrx</groupId>
<artifactId>opencrx-client</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencrx/opencrx-client/
implementation 'org.opencrx:opencrx-client:5.2.2'
// https://jarcasting.com/artifacts/org.opencrx/opencrx-client/
implementation ("org.opencrx:opencrx-client:5.2.2")
'org.opencrx:opencrx-client:jar:5.2.2'
<dependency org="org.opencrx" name="opencrx-client" rev="5.2.2">
<artifact name="opencrx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencrx', module='opencrx-client', version='5.2.2')
)
libraryDependencies += "org.opencrx" % "opencrx-client" % "5.2.2"
[org.opencrx/opencrx-client "5.2.2"]