Download myproxy-logon-3.2.1.jar file

Introduction

You can download myproxy-logon-3.2.1.jar in this page.

License

Open Source

Type List

myproxy-logon-3.2.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/edu.uiuc.ncsa.myproxy/myproxy-logon/pom.properties
META-INF/maven/edu.uiuc.ncsa.myproxy/myproxy-logon/pom.xml
edu.uiuc.ncsa.myproxy.MPConnectionProvider.class
edu.uiuc.ncsa.myproxy.MPSingleConnectionProvider.class
edu.uiuc.ncsa.myproxy.MyProxyConnectable.class
edu.uiuc.ncsa.myproxy.MyProxyLogon.class
edu.uiuc.ncsa.myproxy.MyProxyLogonGUI.class
edu.uiuc.ncsa.myproxy.MyProxyServiceFacade.class
edu.uiuc.ncsa.myproxy.NoUsableMyProxyServerFoundException.class
edu.uiuc.ncsa.myproxy.ServiceFacadeConfiguration.class

Pom

myproxy-logon-3.2.1.pom file content.

<?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>
        <groupId>edu.uiuc.ncsa.myproxy</groupId>
        <artifactId>myproxy</artifactId>
        <version>3.2.1</version>
    </parent>
    <groupId>edu.uiuc.ncsa.myproxy</groupId>
    <artifactId>myproxy-logon</artifactId>
    <version>3.2.1</version>
    <name>MyProxy Logon</name>
    <packaging>jar</packaging>
    <build>
        <plugins>
            <plugin>
                <groupId>org.dstovall</groupId>
                <artifactId>onejar-maven-plugin</artifactId>
                <version>1.4.5</version>
                <executions>
                    <execution>
                        <configuration>
                            <mainClass>edu.uiuc.ncsa.myproxy.MyProxyLogonGUI</mainClass>
                            <filename>MyProxyLogon.jar</filename>
                        </configuration>
                        <goals>
                            <goal>one-jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <artifactId>ncsa-security-util</artifactId>
            <groupId>edu.uiuc.ncsa.security</groupId>
            <version>3.2.1</version>
        </dependency>

    </dependencies>
    <pluginRepositories>
        <pluginRepository>
            <id>onejar-maven-plugin.googlecode.com</id>
            <url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
        </pluginRepository>
    </pluginRepositories>

</project>

POM Entry

<dependency>
   <groupId>edu.uiuc.ncsa.myproxy</groupId>
   <artifactId>myproxy-logon</artifactId>
   <version>3.2.1</version>
</dependency>

Download

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



Download myproxy-logon-3.2.1.jar file




PreviousNext

Related