is not current version
Last Version 3.0.7

uk.ac.gate.plugins:python 3.0.1

A GATE plugin for running Python code from GATE and for using the GATE API from Python.

Categories

Categories

Python Languages
GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

python
Version

Version

3.0.1
Type

Type

jar

Download python 3.0.1


<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/ -->
<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>python</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/
implementation 'uk.ac.gate.plugins:python:3.0.1'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/python/
implementation ("uk.ac.gate.plugins:python:3.0.1")
'uk.ac.gate.plugins:python:jar:3.0.1'
<dependency org="uk.ac.gate.plugins" name="python" rev="3.0.1">
  <artifact name="python" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='python', version='3.0.1')
)
libraryDependencies += "uk.ac.gate.plugins" % "python" % "3.0.1"
[uk.ac.gate.plugins/python "3.0.1"]