MVN

net.razorvine : pyrolite

Maven & Gradle

May 18, 2021
34 usages
175 stars

pyrolite · This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://pyro5.readthedocs.io/). Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... So if you don't need Pyro's full feature set, Pyrolite may be a good choice to connect java or .NET and python. Version 5.0 changes: support Pyro5 wire protocol. Dropped support of Pyro4 (stick to version 4.xx for that).

<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>pyrolite</artifactId>
    <version>5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.razorvine : pyrolite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1

All Versions

Choose a version of net.razorvine : pyrolite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1
pyrolite-5.1
5.0
pyrolite-5.0
4.30
pyrolite-4.30
4.23
pyrolite-4.23
4.22
pyrolite-4.22
4.21
pyrolite-4.21
4.20
pyrolite-4.20
4.19
pyrolite-4.19
4.18
pyrolite-4.18
4.17
pyrolite-4.17
4.16
pyrolite-4.16
4.15
pyrolite-4.15
4.14
pyrolite-4.14
4.13
pyrolite-4.13
4.12
pyrolite-4.12
4.11
pyrolite-4.11
4.10
pyrolite-4.10
4.9
pyrolite-4.9
4.8
pyrolite-4.8
4.7
pyrolite-4.7
4.6
pyrolite-4.6
4.4
pyrolite-4.4

How to add a dependency to Maven

Add the following net.razorvine : pyrolite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>pyrolite</artifactId>
    <version>5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.razorvine : pyrolite gradle dependency to your build.gradle file:

implementation 'net.razorvine:pyrolite:5.1'

Gradle Kotlin DSL: Add the following net.razorvine : pyrolite gradle kotlin dependency to your build.gradle.kts file:

implementation("net.razorvine:pyrolite:5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.razorvine : pyrolite sbt scala dependency to your build.sbt file:

libraryDependencies += "net.razorvine" % "pyrolite" % "5.1"

Advertisement

Dependencies from Group

May 18, 2021
34 usages
175 stars
May 15, 2021
5 usages
48 stars
May 24, 2023
3 usages
64 stars

Discover Dependencies

Jul 21, 2023
10 usages
147 stars
May 23, 2015
8 usages
13 stars
Aug 13, 2018
130 usages
2.1k stars
Jan 22, 2018
1 usages
14 stars
Feb 25, 2016
6 usages
0 stars
Feb 02, 2017
2 usages
72 stars
Sep 09, 2015
2 usages
Nov 23, 2017
2 usages
34 stars
Oct 20, 2019
5 usages
67 stars
Apr 27, 2016
2 usages
40 stars