jitsi_libre_maven/android-sdk-6.2.2/com/facebook/react/react-native-webview/11.15.1-jitsi-12039821/react-native-webview-11.15.1-jitsi-12039821.pom
2022-10-25 14:16:52 +02:00

35 lines
1.2 KiB
XML

<?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.facebook.react</groupId>
<artifactId>react-native-webview</artifactId>
<version>11.15.1-jitsi-12039821</version>
<packaging>aar</packaging>
<name>react-native-webview</name>
<description>React Native WebView component for iOS, Android, macOS, and Windows</description>
<url>https://github.com/react-native-webview/react-native-webview#readme</url>
<licenses>
<license>
<name>MIT</name>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.68</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.4.10</version>
</dependency>
<dependency>
<groupId>androidx.webkit</groupId>
<artifactId>webkit</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</project>