python
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.chaquo.python</groupId>
<artifactId>python</artifactId>
<version>3.13.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.chaquo.python</groupId>
<artifactId>python</artifactId>
<version>3.13.11</version>
<packaging>pom</packaging>
<name>Python</name>
<description>The Python programming language</description>
<url>https://www.python.org/</url>
<licenses>
<license>
<name>Python Software Foundation License</name>
<url>https://docs.python.org/3/license.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Python Software Foundation</name>
<email>psf@python.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/python/cpython</connection>
<url>https://github.com/python/cpython</url>
</scm>
</project>