组织ID: |
net.sf.py4j |
项目ID: |
py4j |
版本: |
0.10.1 |
最后修改时间: |
2018-07-26 10:41:30 |
包类型: |
jar |
标题: |
Py4J |
描述: |
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. |
大小: |
104.23KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.10.1</version>
</dependency>
|
Gradle引入代码: |
net.sf.py4j:py4j:0.10.1
|
下载Jar包: |
|
POM文件内容: |
<?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>
|
Jar包内容: |
META-INF/MANIFEST.MF
py4j.Base64.class
py4j.CallbackClient$1.class
py4j.CallbackClient.class
py4j.CallbackConnection.class
py4j.ClientServer.class
py4j.ClientServerConnection.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.DefaultApplication.class
py4j.DefaultGatewayServerListener.class
py4j.Gateway.class
py4j.GatewayConnection.class
py4j.GatewayServer.class
py4j.GatewayServerListener.class
py4j.JavaServer.class
py4j.JVMView.class
py4j.model.HelpPageGenerator.class
py4j.model.Py4JClass.class
py4j.model.Py4JField.class
py4j.model.Py4JMember.class
py4j.model.Py4JMethod.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.reflection.ClassLoadingStrategy.class
py4j.reflection.CurrentThreadClassLoadingStrategy.class
py4j.reflection.LRUCache.class
py4j.reflection.MethodDescriptor.class
py4j.reflection.MethodInvoker$1.class
py4j.reflection.MethodInvoker.class
py4j.reflection.PythonProxyHandler.class
py4j.reflection.ReflectionEngine$1.class
py4j.reflection.ReflectionEngine.class
py4j.reflection.ReflectionUtil.class
py4j.reflection.RootClassLoadingStrategy.class
py4j.reflection.TypeConverter.class
py4j.reflection.TypeUtil.class
py4j.ReturnObject.class
py4j.StringUtil.class
META-INF/maven/net.sf.py4j/py4j/pom.xml
META-INF/maven/net.sf.py4j/py4j/pom.properties
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|