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