jwebmp-bit6
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.plugins.javascript</groupId>
<artifactId>jwebmp-bit6</artifactId>
<version>1.2.0.3-jre17-rc1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jwebmp.plugins.javascript</groupId>
<artifactId>jwebmp-plugins-javascript-parent</artifactId>
<version>1.2.0.3-jre17-rc1</version>
</parent>
<artifactId>jwebmp-bit6</artifactId>
<packaging>jar</packaging>
<name>Bit6 Conferencing Addon</name>
<description>Synchronous voice and video calling lets users communicate in real-time. Voice and video calls can be
made app-to-app, with or without the use of phone numbers. Voice calls between apps and landlines or feature
phones over traditional PSTN lines are also supported.
</description>
<url>https://github.com/GedMarc/6Bit</url>
<dependencies>
<dependency>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-core</artifactId>
</dependency>
</dependencies>
<scm>
<url>https://github.com/GedMarc?tab=repositories</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/GedMarc/6Bit/issues</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>