MVN

de.iip-ecosphere.platform : maven-python

Maven & Gradle

Mar 01, 2023
15 stars

Maven Python Compile · Embeds a Python compiler into Maven.

<plugin>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>maven-python</artifactId>
    <version>0.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.iip-ecosphere.platform : maven-python to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of de.iip-ecosphere.platform : maven-python to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
maven-python-0.5.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>maven-python</artifactId>
    <version>0.5.0</version>
</plugin>