sqlite4s_native0.4_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.david-bouyssie</groupId> <artifactId>sqlite4s_native0.4_2.13</artifactId> <version>0.4.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.david-bouyssie</groupId> <artifactId>sqlite4s_native0.4_2.13</artifactId> <packaging>jar</packaging> <description>A Scala Native wrapper of the SQLite C library.</description> <url>https://github.com/david-bouyssie/sqlite4s</url> <version>0.4.1</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>sqlite4s</name> <organization> <name>com.github.david-bouyssie</name> <url>https://github.com/david-bouyssie/sqlite4s</url> </organization> <scm> <url>https://github.com/david-bouyssie/sqlite4s</url> <connection>scm:git@github.com:david-bouyssie/sqlite4s.git</connection> </scm> <developers> <developer> <id>david-bouyssie</id> <name>David Bouyssié</name> <url>https://github.com/david-bouyssie</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>org.scala-native</groupId> <artifactId>nativelib_native0.4_2.13</artifactId> <version>0.4.1</version> </dependency> <dependency> <groupId>org.scala-native</groupId> <artifactId>javalib_native0.4_2.13</artifactId> <version>0.4.1</version> </dependency> <dependency> <groupId>org.scala-native</groupId> <artifactId>auxlib_native0.4_2.13</artifactId> <version>0.4.1</version> </dependency> <dependency> <groupId>org.scala-native</groupId> <artifactId>scalalib_native0.4_2.13</artifactId> <version>0.4.1</version> </dependency> <dependency> <groupId>org.scala-native</groupId> <artifactId>test-interface_native0.4_2.13</artifactId> <version>0.4.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.outr</groupId> <artifactId>scribe_native0.4_2.13</artifactId> <version>3.6.1</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_native0.4_2.13</artifactId> <version>0.7.10</version> <scope>test</scope> </dependency> </dependencies> </project>