All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.aspose.ms.System.Net.pom.xml Maven / Gradle / Ivy

Go to download

GroupDocs.Conversion is an online document conversion app that lets you convert documents in your browser. With GroupDocs.Conversion, it doesn’t matter if you have the application that the document was created with: simply convert it to a format you can work with. Converted documents retain the layout and look of the original. With GroupDocs.Conversion, you perform online document conversion. Convert many types of word processing documents (DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF) to other file formats. For example, convert TIFF images to document friendly BMP format, or internet ready PNG format. Or convert open document files, ODT, to Microsoft Word document formats like DOC and DOCX. You can even convert Microsoft PowerPoint presentations from PTT or PPTX to portable PDF documents. From one file to hundreds, online document conversion with GroupDocs.Conversion is fast and easy.

The newest version!
<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>core</artifactId>
        <groupId>com.aspose.ms</groupId>
        <version>6.0.0</version>
    </parent>

    <artifactId>System.Net</artifactId>
    <name>System.Net</name>
    <description>The System.Net namespaces contain classes that provide a simple programming interface for a number of
        network protocols, programmatically access and update configuration settings for the System.Net namespaces,
        define cache policies for web resources, compose and send e-mail, represent Multipurpose Internet Mail Exchange
        (MIME) headers, access network traffic data and network address information, and access peer-to-peer networking
        functionality. Additional child namespaces provide a managed implementation of the Windows Sockets (Winsock)
        interface and provide access to network streams for secure communications between hosts
    </description>

    <properties>
        <dependency.test.includeGroupIds>com.aspose.ms.jdk.resources</dependency.test.includeGroupIds>
        <dependency.test.includeArtifactIds>licenses,log4jxml</dependency.test.includeArtifactIds>
        <jacoco.unpacked.dependencies.includes>com/aspose/ms/System/Net/**/*.class</jacoco.unpacked.dependencies.includes>
    </properties>
    <dependencies>
        <!--<dependency>-->
        <!--<groupId>com.aspose.ms.jdk.NetFramework</groupId>-->
        <!--<artifactId>mscorlib</artifactId>-->
        <!--<version>6.0.0</version>-->
        <!--</dependency>-->
        <dependency>
            <groupId>com.aspose.ms</groupId>
            <artifactId>System</artifactId>
            <version>6.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.aspose.ms</groupId>
            <artifactId>NUnit.Framework</artifactId>
            <version>6.0.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>2.12.4</version>
                    <configuration>
                        <testSourceDirectory>src/test/</testSourceDirectory>
                        <includes>
                            <include>**/*Test.java</include>
                            <include>**/*Tests.java</include>
                        </includes>
                        <skipTests>true</skipTests>
                    </configuration>

            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-antrun-plugin</artifactId>
            </plugin>
        </plugins>


    </build>

    <profiles>
        <profile>
            <id>JaCoCo</id>
            <activation>
                <property>
                    <name>jacoco</name>
                    <value>true</value>
                </property>
            </activation>
            <properties>
                <jacoco.report.execute>true</jacoco.report.execute>
            </properties>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.jacoco</groupId>
                        <artifactId>jacoco-maven-plugin</artifactId>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy