MVN

com.palantir.conjure.python : conjure-python

Maven & Gradle

Aug 10, 2023
19 stars

conjure-python · Palantir open source project

<dependency>
    <groupId>com.palantir.conjure.python</groupId>
    <artifactId>conjure-python</artifactId>
    <version>4.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.palantir.conjure.python : conjure-python to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.0
  • Latest Release Candidate: 4.5.0-rc1

All Versions

Choose a version of com.palantir.conjure.python : conjure-python to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
conjure-python-4.9.0
4.8.x
conjure-python-4.8.0
4.7.x
conjure-python-4.7.0
4.6.x
conjure-python-4.6.0
4.5.x
conjure-python-4.5.0
conjure-python-4.5.0-rc1
4.4.x
conjure-python-4.4.0
4.3.x
conjure-python-4.3.0
4.2.x
conjure-python-4.2.0
4.1.x
conjure-python-4.1.0
4.0.x
conjure-python-4.0.0
3.18.x
conjure-python-3.18.3
conjure-python-3.18.2
conjure-python-3.18.1
conjure-python-3.18.0
3.17.x
conjure-python-3.17.0
3.16.x
conjure-python-3.16.0
3.15.x
conjure-python-3.15.0
3.14.x
conjure-python-3.14.0
3.13.x
conjure-python-3.13.3
conjure-python-3.13.2
conjure-python-3.13.1
conjure-python-3.13.0
3.12.x
conjure-python-3.12.1
conjure-python-3.12.0-rc1
conjure-python-3.12.0
3.11.x
conjure-python-3.11.8
conjure-python-3.11.7
conjure-python-3.11.6
conjure-python-3.11.5
conjure-python-3.11.4
conjure-python-3.11.3
conjure-python-3.11.2
conjure-python-3.11.1
conjure-python-3.11.0
3.10.x
conjure-python-3.10.2
conjure-python-3.10.1
conjure-python-3.10.0
3.9.x
conjure-python-3.9.2
conjure-python-3.9.1
conjure-python-3.9.0
3.8.x
conjure-python-3.8.0
3.7.x
conjure-python-3.7.0
3.6.x
conjure-python-3.6.0
3.5.x
conjure-python-3.5.0
3.4.x
conjure-python-3.4.0
3.3.x
conjure-python-3.3.1
conjure-python-3.3.0
0.1.x
conjure-python-0.1.2
conjure-python-0.1.1

How to add a dependency to Maven

Add the following com.palantir.conjure.python : conjure-python maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.palantir.conjure.python</groupId>
    <artifactId>conjure-python</artifactId>
    <version>4.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.palantir.conjure.python : conjure-python gradle dependency to your build.gradle file:

implementation 'com.palantir.conjure.python:conjure-python:4.9.0'

Gradle Kotlin DSL: Add the following com.palantir.conjure.python : conjure-python gradle kotlin dependency to your build.gradle.kts file:

implementation("com.palantir.conjure.python:conjure-python:4.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.palantir.conjure.python : conjure-python sbt scala dependency to your build.sbt file:

libraryDependencies += "com.palantir.conjure.python" % "conjure-python" % "4.9.0"

Advertisement