Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.liumapp.datapay |
ArtifactId | ArtifactIdocr-dirve-operator |
Version | Versionv2.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.liumapp.datapay/ocr-dirve-operator/ -->
<dependency>
<groupId>com.liumapp.datapay</groupId>
<artifactId>ocr-dirve-operator</artifactId>
<version>v2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.datapay/ocr-dirve-operator/
implementation 'com.liumapp.datapay:ocr-dirve-operator:v2.0.4'
// https://jarcasting.com/artifacts/com.liumapp.datapay/ocr-dirve-operator/
implementation ("com.liumapp.datapay:ocr-dirve-operator:v2.0.4")
'com.liumapp.datapay:ocr-dirve-operator:jar:v2.0.4'
<dependency org="com.liumapp.datapay" name="ocr-dirve-operator" rev="v2.0.4">
<artifact name="ocr-dirve-operator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.datapay', module='ocr-dirve-operator', version='v2.0.4')
)
libraryDependencies += "com.liumapp.datapay" % "ocr-dirve-operator" % "v2.0.4"
[com.liumapp.datapay/ocr-dirve-operator "v2.0.4"]