Download common-4.0.0.jar file

Introduction

You can download common-4.0.0.jar in this page.

License

Eclipse Public License - v 1.0

Type List

common-4.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/uk.theretiredprogrammer.nbpcglibrary/common/pom.properties
META-INF/maven/uk.theretiredprogrammer.nbpcglibrary/common/pom.xml
uk.theretiredprogrammer.nbpcglibrary.common.ConfirmationDialog.class
uk.theretiredprogrammer.nbpcglibrary.common.Event.class
uk.theretiredprogrammer.nbpcglibrary.common.FindAction.class
uk.theretiredprogrammer.nbpcglibrary.common.Listener.class
uk.theretiredprogrammer.nbpcglibrary.common.LogBuilder.class
uk.theretiredprogrammer.nbpcglibrary.common.OutputReporter.class
uk.theretiredprogrammer.nbpcglibrary.common.OutputReporterAndFile.class
uk.theretiredprogrammer.nbpcglibrary.common.Rule.class
uk.theretiredprogrammer.nbpcglibrary.common.Rules.class
uk.theretiredprogrammer.nbpcglibrary.common.Settings.class
uk.theretiredprogrammer.nbpcglibrary.common.SimpleEventParams.class
uk.theretiredprogrammer.nbpcglibrary.common.StringX.class
uk.theretiredprogrammer.nbpcglibrary.common.UniqueRule.class
uk/theretiredprogrammer/nbpcglibrary/common/Bundle.properties

Pom

common-4.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>uk.theretiredprogrammer</groupId>
        <artifactId>nbpcglibrary</artifactId>
        <version>4.0.0</version>
    </parent>

    <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId>
    <artifactId>common</artifactId>
    <packaging>nbm</packaging>

    <name>NBPCG Support Library</name>
    <description>General Support Classes and Interfaces for the modules generated using the NetBeans Platform Code Generator(NBPCG)</description>
    
    <dependencies>
        <dependency>
            <groupId>org.netbeans.api</groupId>
            <artifactId>org-openide-filesystems</artifactId>
            <version>${netbeans.version}</version>
        </dependency>
        <dependency>
            <groupId>org.netbeans.api</groupId>
            <artifactId>org-openide-io</artifactId>
            <version>${netbeans.version}</version>
        </dependency>
        <dependency>
            <artifactId>org-openide-util</artifactId>
            <groupId>org.netbeans.api</groupId>
            <version>${netbeans.version}</version>
        </dependency>
        <dependency>
            <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId>
            <artifactId>annotations</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId>
            <artifactId>api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.netbeans.api</groupId>
            <artifactId>org-openide-dialogs</artifactId>
            <version>${netbeans.version}</version>
            <type>jar</type>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>nbm-maven-plugin</artifactId>
                <version>3.14.1</version>
                <extensions>true</extensions>
                <configuration>
                    <cluster>nbpcglibrary</cluster>
                    <homePageUrl>${project.url}</homePageUrl>
                    <licenseFile>../LICENSE</licenseFile>
                    <licenseName>The Apache License, Version 2.0</licenseName>
                    <brandingToken>nbpcglibrary</brandingToken>
                    <publicPackages>
                        <publicPackage>uk.theretiredprogrammer.nbpcglibrary.common</publicPackage>
                    </publicPackages>
                </configuration>
            </plugin>
        </plugins>
    </build>
    
    <profiles>
        <profile>
            <id>release</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>2.10.4</version>
                        <executions>
                            <execution>
                                <id>attach-javadocs</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>aggregate-javadocs</id>
                                <phase/>
                                <goals>
                                    <goal>aggregate-jar</goal>
                                </goals>
                                <configuration>
                                    <attach>true</attach>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

</project>

POM Entry

<dependency>
   <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId>
   <artifactId>common</artifactId>
   <version>4.0.0</version>
</dependency>

Download

If you think the following common-4.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download common-4.0.0.jar file




PreviousNext

Related