MVN

com.palantir.conjure.java.runtime : conjure-java-annotations

Maven & Gradle

Aug 07, 2023
78 stars

conjure-java-annotations · Palantir open source project

<dependency>
    <groupId>com.palantir.conjure.java.runtime</groupId>
    <artifactId>conjure-java-annotations</artifactId>
    <version>7.60.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.60.0

All Versions

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

Version Vulnerabilities Updated
7.60.x
conjure-java-annotations-7.60.0
7.59.x
conjure-java-annotations-7.59.0
7.58.x
conjure-java-annotations-7.58.0
7.57.x
conjure-java-annotations-7.57.0
7.56.x
conjure-java-annotations-7.56.0
7.55.x
conjure-java-annotations-7.55.0
7.54.x
conjure-java-annotations-7.54.0
7.53.x
conjure-java-annotations-7.53.0
7.52.x
conjure-java-annotations-7.52.0
7.51.x
conjure-java-annotations-7.51.0
7.50.x
conjure-java-annotations-7.50.0
7.49.x
conjure-java-annotations-7.49.0
7.48.x
conjure-java-annotations-7.48.0
7.47.x
conjure-java-annotations-7.47.0
7.46.x
conjure-java-annotations-7.46.0
7.45.x
conjure-java-annotations-7.45.0
7.44.x
conjure-java-annotations-7.44.0
7.43.x
conjure-java-annotations-7.43.0
7.42.x
conjure-java-annotations-7.42.0
7.41.x
conjure-java-annotations-7.41.0
7.40.x
conjure-java-annotations-7.40.0
7.39.x
conjure-java-annotations-7.39.0
7.38.x
conjure-java-annotations-7.38.0
7.37.x
conjure-java-annotations-7.37.0
7.36.x
conjure-java-annotations-7.36.0
7.35.x
conjure-java-annotations-7.35.0
7.34.x
conjure-java-annotations-7.34.0
7.33.x
conjure-java-annotations-7.33.0
7.32.x
conjure-java-annotations-7.32.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.palantir.conjure.java.runtime</groupId>
    <artifactId>conjure-java-annotations</artifactId>
    <version>7.60.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.palantir.conjure.java.runtime:conjure-java-annotations:7.60.0'

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

implementation("com.palantir.conjure.java.runtime:conjure-java-annotations:7.60.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.palantir.conjure.java.runtime" % "conjure-java-annotations" % "7.60.0"