| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.py4j |
| Идентификатор | Идентификаторpy4j |
| Последняя версия | Последняя версия0.10.9.5 |
| Дата | Дата |
| Тип | Тип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.
|
| Имя Файла | Размер |
|---|---|
| py4j-0.10.9.5.pom | |
| py4j-0.10.9.5.jar | 120 KB |
| py4j-0.10.9.5-sources.jar | 122 KB |
| py4j-0.10.9.5-javadoc.jar | 404 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.py4j/py4j/ -->
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.10.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation 'net.sf.py4j:py4j:0.10.9.5'
// https://jarcasting.com/artifacts/net.sf.py4j/py4j/
implementation ("net.sf.py4j:py4j:0.10.9.5")
'net.sf.py4j:py4j:jar:0.10.9.5'
<dependency org="net.sf.py4j" name="py4j" rev="0.10.9.5">
<artifact name="py4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.py4j', module='py4j', version='0.10.9.5')
)
libraryDependencies += "net.sf.py4j" % "py4j" % "0.10.9.5"
[net.sf.py4j/py4j "0.10.9.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |