simplesql_3.0.0-M3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.crashbox</groupId>
<artifactId>simplesql_3.0.0-M3</artifactId>
<version>0.1.0</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>simplesql_3.0.0-M3</name>
<groupId>io.crashbox</groupId>
<artifactId>simplesql_3.0.0-M3</artifactId>
<packaging>jar</packaging>
<description>Simple SQL queries around JDBC</description>
<version>0.1.0</version>
<url>https://github.com/jodersky/simplesql</url>
<licenses>
<license>
<name>BSD-3-Clause</name>
<url>https://spdx.org/licenses/BSD-3-Clause.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/jodersky/simplesql.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jodersky/simplesql.git</developerConnection>
<url>https://github.com/jodersky/simplesql</url>
</scm>
<developers>
<developer>
<id>jodersky</id>
<name>Jakob Odersky</name>
<url>https://github.com/jodersky</url>
</developer>
</developers>
<dependencies> </dependencies>
</project>