api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.bitbucket.supportomateinc.protocols.stream</groupId> <artifactId>api</artifactId> <version>1.0.0.CR1</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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>stream-parent</artifactId> <groupId>io.bitbucket.supportomateinc.protocols.stream</groupId> <version>1.0.0.CR1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.bitbucket.supportomateinc.protocols.stream</groupId> <artifactId>api</artifactId> <name>Mobicents :: Stream :: Impl :: ${pom.artifactId}</name> <description>Simple, NIO like stream library.</description> <developers> <developer> <id>oleg.kulikoff</id> <name>Oleg Kulikoff</name> <email>oleg.kulikoff@gmail.com</email> <organization>JBoss/Red Hat</organization> <organizationUrl>http://www.redhat.com/</organizationUrl> <roles> <role>Active Developer</role> </roles> <timezone>+3</timezone> </developer> <developer> <id>amit.bhayani</id> <name>Amit Bhayani</name> <email>amit.bhayani@gmail.com</email> <organization>JBoss/Red Hat</organization> <organizationUrl>http://www.redhat.com/</organizationUrl> <roles> <role>Active Developer</role> </roles> <timezone>+5.5</timezone> </developer> <developer> <id>baranowb</id> <name>Bartosz Baranowski</name> <email>baranowb@gmail.com</email> <organization>JBoss/Red Hat</organization> <organizationUrl>http://www.redhat.com/</organizationUrl> <roles> <role>Active Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <licenses> <license> <name>GNU GENERAL PUBLIC LICENSE</name> <url>http://www.gnu.org/licenses/gpl.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>javolution</groupId> <artifactId>javolution</artifactId> </dependency> </dependencies> </project>