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