nrouter-sdk-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.nrouter</groupId>
<artifactId>nrouter-sdk-android</artifactId>
<version>3.1.2</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>ai.nrouter</groupId>
<artifactId>nrouter-sdk-android</artifactId>
<version>3.1.2</version>
<packaging>aar</packaging>
<name>nRouter SDK for Android</name>
<description>nRouter SDK for Android — one API key for models across six provider clouds</description>
<url>https://nrouter.ai</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>nrouter</id>
<name>nRouter</name>
<email>hello@nrouter.ai</email>
<organization>nRouter</organization>
<organizationUrl>https://nrouter.ai</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/nRouterGateway/nrouter-sdk.git</connection>
<developerConnection>scm:git:ssh://git@github.com/nRouterGateway/nrouter-sdk.git</developerConnection>
<url>https://github.com/nRouterGateway/nrouter-sdk</url>
</scm>
<dependencies>
<dependency>
<groupId>ai.nrouter</groupId>
<artifactId>nrouter-sdk-kotlin</artifactId>
<version>3.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>