| License |
License |
|---|---|
| Categories |
CategoriesPython Languages |
| GroupId | GroupIduk.ac.gate.plugins |
| ArtifactId | ArtifactIdpython |
| Last Version | Last Version3.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPython
A GATE plugin for running Python code from GATE
and for
using the GATE API from Python.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| python-3.0.7.pom | |
| python-3.0.7.jar | 308 KB |
| python-3.0.7-sources.jar | 55 KB |
| python-3.0.7-javadoc.jar | 136 KB |
| python-3.0.7-creole.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/ -->
<dependency>
<groupId>uk.ac.gate.plugins</groupId>
<artifactId>python</artifactId>
<version>3.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/
implementation 'uk.ac.gate.plugins:python:3.0.7'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/
implementation ("uk.ac.gate.plugins:python:3.0.7")
'uk.ac.gate.plugins:python:jar:3.0.7'
<dependency org="uk.ac.gate.plugins" name="python" rev="3.0.7">
<artifact name="python" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='python', version='3.0.7')
)
libraryDependencies += "uk.ac.gate.plugins" % "python" % "3.0.7"
[uk.ac.gate.plugins/python "3.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fifesoft : rsyntaxtextarea | jar | 3.0.8 |
| net.sf.py4j : py4j | jar | 0.10.9.2 |
| uk.ac.gate.libraries : interaction | jar | 4.1 |
| com.fasterxml.jackson.jr : jackson-jr-objects | jar | 2.10.3 |
| org.apache.commons : commons-exec | jar | 1.3 |
| org.zeroturnaround : zt-exec | jar | 1.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| uk.ac.gate : gate-core | jar | 8.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| uk.ac.gate : gate-plugin-test-utils | jar | 8.6.1 |