Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.scandit.datacapture |
ArtifactId | ArtifactIdtext |
Version | Version6.10.0-beta.2 |
Type | Typeaar |
Filename | Size |
---|---|
text-6.10.0-beta.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.scandit.datacapture/text/ -->
<dependency>
<groupId>com.scandit.datacapture</groupId>
<artifactId>text</artifactId>
<version>6.10.0-beta.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scandit.datacapture/text/
implementation 'com.scandit.datacapture:text:6.10.0-beta.2'
// https://jarcasting.com/artifacts/com.scandit.datacapture/text/
implementation ("com.scandit.datacapture:text:6.10.0-beta.2")
'com.scandit.datacapture:text:aar:6.10.0-beta.2'
<dependency org="com.scandit.datacapture" name="text" rev="6.10.0-beta.2">
<artifact name="text" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scandit.datacapture', module='text', version='6.10.0-beta.2')
)
libraryDependencies += "com.scandit.datacapture" % "text" % "6.10.0-beta.2"
[com.scandit.datacapture/text "6.10.0-beta.2"]