qris-sdk-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.astrapay.qris.sdk</groupId> <artifactId>qris-sdk-android</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.astrapay.qris.sdk</groupId> <artifactId>qris-sdk-android</artifactId> <version>0.1.0</version> <packaging>aar</packaging> <name>qris-sdk-android</name> <description>still on beta</description> <url>https://github.com/astrapay/qris-sdk-android.git</url> <licenses> <license> <name>Apache License</name> <url/> </license> </licenses> <developers> <developer> <id>astrapay</id> <name>astrapay</name> <email>rahman.i.pratama@astrapay.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/astrapay/qris-sdk-android.git</connection> <developerConnection>scm:git:ssh://github.com/astrapay/qris-sdk-android.git</developerConnection> <url>https://github.com/astrapay/qris-sdk-android.git/tree/master</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.intuit.sdp</groupId> <artifactId>sdp-android</artifactId> <version>1.0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.intuit.ssp</groupId> <artifactId>ssp-android</artifactId> <version>1.0.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>moe-android-sdk</artifactId> <version>12.8.00</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>realtime-trigger</artifactId> <version>2.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>push-amp</artifactId> <version>4.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>inapp</artifactId> <version>6.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>rich-notification</artifactId> <version>4.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>geofence</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.moengage</groupId> <artifactId>inbox-core</artifactId> <version>2.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-core</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-camera2</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-lifecycle</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-view</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.mlkit</groupId> <artifactId>barcode-scanning</artifactId> <version>17.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.3.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.3.5</version> <scope>runtime</scope> </dependency> </dependencies> </project>