flagship-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.abtasty</groupId>
<artifactId>flagship-java</artifactId>
<version>3.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.abtasty</groupId>
<artifactId>flagship-java</artifactId>
<version>3.0.8</version>
<name>flagship-java</name>
<description>Visit https://developers.flagship.io/ to get started with Flagship.</description>
<url>https://github.com/flagship-io/flagship-android</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/flagship-io/flagship-android/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>raf-abtasty</id>
<name>Raphael</name>
<email>raphael@abtasty.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/flagship-io/flagship-android.git</connection>
<developerConnection>scm:git:ssh:github.com/flagship-io/flagship-android.git</developerConnection>
<url>https://github.com/flagship-io/flagship-android/blob/master/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.42.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>