MVN

io.github.albilu : python

Maven & Gradle

Jul 08, 2023

netbeansPython · Netbeans Support for Python

<dependency>
    <groupId>io.github.albilu</groupId>
    <artifactId>python</artifactId>
    <version>RELEASE180-1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.albilu : python to add to Maven or Gradle - Latest Versions:

  • Latest Stable: RELEASE180-1.3

All Versions

Choose a version of io.github.albilu : python to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RELEASE180
python-RELEASE180-1.3
python-RELEASE180-1.2
RELEASE170
python-RELEASE170-1.3
python-RELEASE170-1.2
python-RELEASE170-1.1
python-RELEASE170-1.0
RELEASE160
python-RELEASE160-1.3
python-RELEASE160-1.2
python-RELEASE160-1.1
python-RELEASE160-1.0
RELEASE150
python-RELEASE150-1.3
python-RELEASE150-1.2
python-RELEASE150-1.1
python-RELEASE150-1.0
RELEASE140
python-RELEASE140-1.3
python-RELEASE140-1.2
RELEASE130
python-RELEASE130-1.3
python-RELEASE130-1.2

How to add a dependency to Maven

Add the following io.github.albilu : python maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.albilu</groupId>
    <artifactId>python</artifactId>
    <version>RELEASE180-1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.albilu : python gradle dependency to your build.gradle file:

implementation 'io.github.albilu:python:RELEASE180-1.3'

Gradle Kotlin DSL: Add the following io.github.albilu : python gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.albilu:python:RELEASE180-1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.albilu : python sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.albilu" % "python" % "RELEASE180-1.3"