Download py4j-0.10.1.jar file

Introduction

You can download py4j-0.10.1.jar in this page.

License

The New BSD License

Type List

py4j-0.10.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.sf.py4j/py4j/pom.properties
META-INF/maven/net.sf.py4j/py4j/pom.xml
py4j.Base64.class
py4j.CallbackClient.class
py4j.CallbackConnection.class
py4j.ClientServer.class
py4j.ClientServerConnection.class
py4j.DefaultApplication.class
py4j.DefaultGatewayServerListener.class
py4j.Gateway.class
py4j.GatewayConnection.class
py4j.GatewayServer.class
py4j.GatewayServerListener.class
py4j.JVMView.class
py4j.JavaServer.class
py4j.NetworkUtil.class
py4j.Protocol.class
py4j.Py4JClientConnection.class
py4j.Py4JException.class
py4j.Py4JJavaException.class
py4j.Py4JJavaServer.class
py4j.Py4JNetworkException.class
py4j.Py4JPythonClient.class
py4j.Py4JServerConnection.class
py4j.PythonClient.class
py4j.ReturnObject.class
py4j.StringUtil.class
py4j.commands.AbstractCommand.class
py4j.commands.ArrayCommand.class
py4j.commands.CallCommand.class
py4j.commands.Command.class
py4j.commands.ConstructorCommand.class
py4j.commands.DirCommand.class
py4j.commands.ExceptionCommand.class
py4j.commands.FieldCommand.class
py4j.commands.HelpPageCommand.class
py4j.commands.JVMViewCommand.class
py4j.commands.ListCommand.class
py4j.commands.MemoryCommand.class
py4j.commands.ReflectionCommand.class
py4j.commands.ShutdownGatewayServerCommand.class
py4j.commands.StreamCommand.class
py4j.model.HelpPageGenerator.class
py4j.model.Py4JClass.class
py4j.model.Py4JField.class
py4j.model.Py4JMember.class
py4j.model.Py4JMethod.class
py4j.reflection.ClassLoadingStrategy.class
py4j.reflection.CurrentThreadClassLoadingStrategy.class
py4j.reflection.LRUCache.class
py4j.reflection.MethodDescriptor.class
py4j.reflection.MethodInvoker.class
py4j.reflection.PythonProxyHandler.class
py4j.reflection.ReflectionEngine.class
py4j.reflection.ReflectionUtil.class
py4j.reflection.RootClassLoadingStrategy.class
py4j.reflection.TypeConverter.class
py4j.reflection.TypeUtil.class

Pom

py4j-0.10.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <groupId>net.sf.py4j</groupId>
  <artifactId>py4j</artifactId>
  <version>0.10.1</version>
  <name>Py4J</name>
  <description>Py4J enables Python programs running in a Python interpreter to dynamically access Java objects in a Java Virtual Machine. Methods are called as if the Java objects resided in the Python interpreter and Java collections can be accessed through standard Python collection methods. Py4J also enables Java programs to call back Python objects.</description>
  <licenses>
    <license>
      <name>The New BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bartdag</id>
      <name>Barthelemy Dagenais</name>
      <url>http://infobart.com/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:bartdag/py4j.git</connection>
    <developerConnection>scm:git:git@github.com:bartdag/py4j.git</developerConnection>
    <url>git@github.com:bartdag/py4j.git</url>
  </scm>
  <properties>
    <project.build.outputEncoding>UTF-8</project.build.outputEncoding>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.3</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>net.sf.py4j</groupId>
   <artifactId>py4j</artifactId>
   <version>0.10.1</version>
</dependency>

Download

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



Download py4j-0.10.1.jar file




PreviousNext

Related