bbb-common-message
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bigbluebutton</groupId> <artifactId>bbb-common-message</artifactId> <version>0.0.17</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.bigbluebutton</groupId> <artifactId>bbb-common-message</artifactId> <packaging>jar</packaging> <description>bbb-common-message</description> <url>http://www.bigbluebutton.org</url> <version>0.0.17</version> <licenses> <license> <name>LGPL-3.0</name> <url>http://opensource.org/licenses/LGPL-3.0</url> <distribution>repo</distribution> </license> </licenses> <name>bbb-common-message</name> <organization> <name>org.bigbluebutton</name> <url>http://www.bigbluebutton.org</url> </organization> <scm> <url>git@github.com:bigbluebutton/bigbluebutton.git</url> <connection>scm:git:git@github.com:bigbluebutton/bigbluebutton.git</connection> </scm> <developers> <developer> <id>ritzalam</id> <name>Richard Alam</name> <url>http://www.bigbluebutton.org</url> </developer> </developers> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>1.7.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> </dependencies> </project>