| License |
License |
|---|---|
| GroupId | GroupIdorg.lappsgrid |
| ArtifactId | ArtifactIdpycaller |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPython Java Caller.
Java caller of Python functions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pycaller-0.1.1.pom | |
| pycaller-0.1.1.jar | 8 KB |
| pycaller-0.1.1-sources.jar | 6 KB |
| pycaller-0.1.1-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/pycaller/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>pycaller</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/pycaller/
implementation 'org.lappsgrid:pycaller:0.1.1'
// https://jarcasting.com/artifacts/org.lappsgrid/pycaller/
implementation ("org.lappsgrid:pycaller:0.1.1")
'org.lappsgrid:pycaller:jar:0.1.1'
<dependency org="org.lappsgrid" name="pycaller" rev="0.1.1">
<artifact name="pycaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='pycaller', version='0.1.1')
)
libraryDependencies += "org.lappsgrid" % "pycaller" % "0.1.1"
[org.lappsgrid/pycaller "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.spark-project : pyrolite | jar | 2.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-simple | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.apache.commons : commons-io | jar | 1.3.2 |