Files download
File Operation
python-3.6.pom download
Apache Maven
<dependency>
  <groupId>io.github.openvega</groupId>
  <artifactId>python</artifactId>
  <version>3.6</version>
  <type>nar</type>
</dependency>
Gradle Groovy
implementation 'io.github.openvega:python:3.6'
Gradle Kotlin
implementation("io.github.openvega:python:3.6")
Scala SBT
libraryDependencies += "io.github.openvega" % "python" % "3.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openvega', module='python', version='3.6')
)
Apache Ivy
<dependency org="io.github.openvega" name="python" rev="3.6" />
Leiningen
[io.github.openvega/python "3.6"]
Apache Buildr
'io.github.openvega:python:jar:3.6'
Dependencies
The project has no third-party dependencies