better-parse-iossimulatorarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.h0tk3y.betterParse</groupId> <artifactId>better-parse-iossimulatorarm64</artifactId> <version>0.4.4</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.github.h0tk3y.betterParse</groupId> <artifactId>better-parse-iossimulatorarm64</artifactId> <version>0.4.4</version> <packaging>klib</packaging> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.6.20</version> <scope>compile</scope> </dependency> </dependencies> <name>better-parse</name> <description>A library that provides a set of parser combinator tools for building parsers and translators in Kotlin.</description> <url>https://github.com/h0tk3y/better-parse</url> <organization> <name>com.github.h0tk3y</name> <url>https://github.com/h0tk3y</url> </organization> <issueManagement> <system>github</system> <url>https://github.com/h0tk3y/better-parse/issues</url> </issueManagement> <licenses> <license> <name>Apache License 2.0</name> <url>https://raw.githubusercontent.com/h0tk3y/better-parse/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/h0tk3y/better-parse</url> <connection>scm:git:git://github.com/h0tk3y/better-parse</connection> <developerConnection>scm:git:ssh://github.com/h0tk3y/better-parse.git</developerConnection> </scm> <developers> <developer> <name>h0tk3y</name> </developer> </developers> </project>