guava-event-bus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.walterjwhite.infrastructure.google-guice.modules</groupId> <artifactId>guava-event-bus</artifactId> <version>0.0.15</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.walterjwhite.infrastructure.google-guice</groupId> <artifactId>modules</artifactId> <version>0.0.15</version> </parent> <groupId>com.walterjwhite.infrastructure.google-guice.modules</groupId> <artifactId>guava-event-bus</artifactId> <packaging>jar</packaging> <name>google - guice - guava - event - bus</name> <description> google-guice-guava-event-bus </description> <dependencies> <dependency> <groupId>com.walterjwhite.infrastructure.dependencies</groupId> <artifactId>google-guava</artifactId> <version>0.0.15-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>com.walterjwhite.infrastructure.google-guice.modules</groupId> <artifactId>property</artifactId> <version>0.0.15</version> </dependency> </dependencies> </project>