License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.opencrx |
ArtifactId | ArtifactIdopencrx-client |
Version | Version5.2.1 |
Type | Typejar |
Description |
Descriptionopencrx-client
openCRX/Client Library
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opencrx-client-5.2.1.pom | |
opencrx-client-5.2.1.jar | 17 MB |
opencrx-client-5.2.1-sources.jar | 2 MB |
opencrx-client-5.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencrx/opencrx-client/
implementation 'org.opencrx:opencrx-client:5.2.1'
// https://jarcasting.com/artifacts/org.opencrx/opencrx-client/
implementation ("org.opencrx:opencrx-client:5.2.1")
'org.opencrx:opencrx-client:jar:5.2.1'
<dependency org="org.opencrx" name="opencrx-client" rev="5.2.1">
<artifact name="opencrx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencrx', module='opencrx-client', version='5.2.1')
)
libraryDependencies += "org.opencrx" % "opencrx-client" % "5.2.1"
[org.opencrx/opencrx-client "5.2.1"]