is not current version
Last Version 3.2.4

org.eclipse.steady:lang-python 3.2.1

Core classes for Python analysis

Categories

Categories

Python Languages CLI User Interface
GroupId

GroupId

org.eclipse.steady
ArtifactId

ArtifactId

lang-python
Version

Version

3.2.1
Type

Type

jar

Download lang-python 3.2.1


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