| Title: |
org.restcomm:restcomm-connect.provisioning.number.voxbone |
| Group ID: |
org.restcomm |
| Artifact ID: |
restcomm-connect.provisioning.number.voxbone |
| Version: |
8.1.0.1133 |
| Last modified: |
02.02.2017 10:15 |
| Packaging: |
jar |
| Name: |
restcomm-connect.provisioning.number.voxbone |
| URL: |
http://maven.apache.org |
|
|
| Size: |
11.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/restcomm/restcomm-connect.provisioning.number.voxbone/8.1.0.1133/restcomm-connect.provisioning.number.voxbone-8.1.0.1133.jar |
| POM: |
Show
hide
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect</artifactId>
<version>8.1.0.1133</version>
</parent>
<artifactId>restcomm-connect.provisioning.number.voxbone</artifactId>
<name>restcomm-connect.provisioning.number.voxbone</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<runtime.restcomm.version>${project.version}</runtime.restcomm.version>
</properties>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.dao</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.provisioning.number.api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.sms.api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.telephony.api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.interpreter</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>copy-resources</id>
<!-- here the phase you need -->
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/classes/org/mobicents/servlet/restcomm/provisioning/number/voxbone</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/org/mobicents/servlet/restcomm/provisioning/number/voxbone</directory>
<includes>
<include>version.properties</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-test-resources</id>
<!-- here the phase you need -->
<phase>process-test-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/test-classes/org/mobicents/servlet/restcomm/provisioning/number/voxbone</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/org/mobicents/servlet/restcomm/provisioning/number/voxbone</directory>
<includes>
<include>version.properties</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.provisioning.number.voxbone</artifactId>
<version>8.1.0.1133</version>
</dependency>
|
| Gradle: |
org.restcomm:restcomm-connect.provisioning.number.voxbone:8.1.0.1133 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
commons-configuration-1.10.jar
in commons-configuration/commons-configuration/1.10
-
[JAR]
gson-2.5.jar
in com/google/code/gson/gson/2.5
-
[JAR]
httpclient-4.5.2.jar
in org/apache/httpcomponents/httpclient/4.5.2
-
[JAR]
javax.servlet-api-3.1-b07.jar
in javax/servlet/javax.servlet-api/3.1-b07
-
[JAR]
jersey-client-1.19.2.jar
in com/sun/jersey/jersey-client/1.19.2
-
[JAR]
libphonenumber-7.5.2.jar
in com/googlecode/libphonenumber/libphonenumber/7.5.2
-
[JAR]
log4j-1.2.17.jar
in log4j/log4j/1.2.17
-
[JAR]
mail-1.5.0-b01.jar
in javax/mail/mail/1.5.0-b01
-
[JAR]
restcomm-connect.commons-${project.version}.jar
in org/restcomm/restcomm-connect.commons/${project.version}
-
[JAR]
restcomm-connect.dao-${project.version}.jar
in org/restcomm/restcomm-connect.dao/${project.version}
-
[JAR]
restcomm-connect.interpreter-${project.version}.jar
in org/restcomm/restcomm-connect.interpreter/${project.version}
-
[JAR]
restcomm-connect.provisioning.number.api-${project.version}.jar
in org/restcomm/restcomm-connect.provisioning.number.api/${project.version}
-
[JAR]
restcomm-connect.sms.api-${project.version}.jar
in org/restcomm/restcomm-connect.sms.api/${project.version}
-
[JAR]
restcomm-connect.telephony.api-${project.version}.jar
in org/restcomm/restcomm-connect.telephony.api/${project.version}
-
[JAR]
sip-servlets-spec-${sipservletapi.version}.jar
in org/mobicents/servlet/sip/sip-servlets-spec/${sipservletapi.version}
|
| Dependency Graph: |
Show
Less
More
|