guicey-jdbi3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ru.vyarus.guicey</groupId>
<artifactId>guicey-jdbi3</artifactId>
<version>8.0.1</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">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.vyarus.guicey</groupId>
<artifactId>guicey-jdbi3</artifactId>
<version>8.0.1</version>
<developers>
<developer>
<id>xvik</id>
<name>Vyacheslav Rusakov</name>
<email>vyarus@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ru.vyarus</groupId>
<artifactId>dropwizard-guicey</artifactId>
<version>8.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ru.vyarus</groupId>
<artifactId>guice-ext-annotations</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<url>https://github.com/xvik/dropwizard-guicey</url>
<scm>
<url>https://github.com/xvik/dropwizard-guicey</url>
<connection>scm:git:git://github.com/xvik/dropwizard-guicey</connection>
<developerConnection>scm:git:git://github.com/xvik/dropwizard-guicey</developerConnection>
</scm>
<licenses>
<license>
<name>The MIT License</name>
<url>https://raw.githubusercontent.com/xvik/dropwizard-guicey/HEAD/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/xvik/dropwizard-guicey/issues</url>
</issueManagement>
<name>guicey-jdbi3</name>
<description>Guicey integration for JDBI 3</description>
</project>