binkley-guice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>hm.binkley</groupId> <artifactId>binkley-guice</artifactId> <version>6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ This is free and unencumbered software released into the public domain. ~ ~ Please see https://github.com/binkley/binkley/blob/master/LICENSE.md. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>hm.binkley</groupId> <artifactId>binkley-blog</artifactId> <version>6</version> </parent> <artifactId>binkley-guice</artifactId> <dependencies> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> </dependency> <dependency> <groupId>org.softee</groupId> <artifactId>pojo-mbean</artifactId> </dependency> <!-- TODO: Replace with Apache Onami release <dependency> <groupId>org.99soft.guice</groupId> <artifactId>lifegycle</artifactId> </dependency> --> <dependency> <groupId>hm.binkley</groupId> <artifactId>service-binder</artifactId> </dependency> <dependency> <groupId>org.kohsuke.metainf-services</groupId> <artifactId>metainf-services</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> </dependency> <dependency> <groupId>org.aeonbits.owner</groupId> <artifactId>owner</artifactId> </dependency> <dependency> <groupId>net.sf.jopt-simple</groupId> <artifactId>jopt-simple</artifactId> </dependency> </dependencies> </project>