duck4s_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.softinio</groupId> <artifactId>duck4s_3</artifactId> <version>0.1.2</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>duck4s_3</name> <groupId>com.softinio</groupId> <artifactId>duck4s_3</artifactId> <packaging>jar</packaging> <description>Scala 3 wrapper library for DuckDB</description> <version>0.1.2</version> <url>https://www.duck4s.com</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/softinio/duck4s.git</connection> <developerConnection>scm:git:ssh://git@github.com:softinio/duck4s.git</developerConnection> <url>https://github.com/softinio/duck4s</url> </scm> <developers> <developer> <id>softinio</id> <name>Salar Rahmanian</name> <url>https://www.softinio.com</url> </developer> </developers> <dependencies> <dependency> <groupId>org.duckdb</groupId> <artifactId>duckdb_jdbc</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </dependency> </dependencies> </project>