is not current version
Last Version 3.10.2-1.5.7

org.bytedeco:cpython 3.7.3-1.5.1


Categories

Categories

Python Languages
GroupId

GroupId

org.bytedeco
ArtifactId

ArtifactId

cpython
Version

Version

3.7.3-1.5.1
Type

Type

jar

Download cpython 3.7.3-1.5.1


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