Maven Repository - POM file for Library macify 1.6 1.6

Summary

Macify library.

Provides simplified OS X integration for Mac OS X applications..

Declaration

Here is the list of declaration for macify. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.simplericity.macify</groupId>
   <artifactId>macify</artifactId>
   <version>1.6</version>
</dependency>

If you think this Maven repository POM file listing for macify is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The macify-1.6 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Packages

The following packages are defined in the macify-1.6.jar

org.simplericity.macify.eawt

POM File Source

Here is the content of the POM file.

<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.simplericity</groupId>
        <artifactId>simplericity</artifactId>
        <version>1.5</version>
    </parent>
    <groupId>org.simplericity.macify</groupId>
    <artifactId>macify</artifactId>
    <packaging>jar</packaging>
    <version>1.6</version>
    <name>Macify library</name>

    <description>
       Provides simplified OS X integration for Mac OS X applications.
    </description>

    <scm>
        <connection>scm:svn:http://simplericity.org/svn/simplericity/tags/macify-1.6</connection>
        <url>http://simplericity.org/svn/simplericity/tags/macify-1.6</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>