guiced-injection
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-injection</artifactId>
<version>62</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<parent>
<groupId>com.guicedee</groupId>
<artifactId>guicedee-projects</artifactId>
<version>62</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>guiced-injection</artifactId>
<packaging>jar</packaging>
<name>Guiced Injector</name>
<description>Guice Injection allows you to access multiple Guice Binders and Modules across separate archives. Allowing you to configure your applications with injection from multiple dependancies. Servlets, EJB's, and Stand-Alone is supported. Requires JDK 8 or 10.
</description>
<url>https://github.com/GedMarc/GuiceInjection</url>
<dependencies>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-log-master</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>guice</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-guice</artifactId>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
</dependencies>
<scm>
<url>https://github.com/GedMarc?tab=repositories</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/GedMarc/GuiceInjection/issues</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>