MVN

org.clojure.typed : annotator.jvm

Maven & Gradle

Mar 09, 2020
1 usages
1.2k stars

typed.annotator.jvm · Runtime type inference algorithm for core.typed and clojure.spec.

<dependency>
    <groupId>org.clojure.typed</groupId>
    <artifactId>annotator.jvm</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.clojure.typed : annotator.jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Alpha: 1.0.0-alpha1

All Versions

Choose a version of org.clojure.typed : annotator.jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
annotator.jvm-1.10.0-alpha1
1.0.x
annotator.jvm-1.0.1
annotator.jvm-1.0.0
annotator.jvm-1.0.0-alpha1
0.8.x
annotator.jvm-0.8.0-alpha7
annotator.jvm-0.8.0-alpha6
annotator.jvm-0.8.0-alpha5
annotator.jvm-0.8.0-alpha3

How to add a dependency to Maven

Add the following org.clojure.typed : annotator.jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.clojure.typed</groupId>
    <artifactId>annotator.jvm</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.clojure.typed : annotator.jvm gradle dependency to your build.gradle file:

implementation 'org.clojure.typed:annotator.jvm:1.0.1'

Gradle Kotlin DSL: Add the following org.clojure.typed : annotator.jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.clojure.typed:annotator.jvm:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.clojure.typed : annotator.jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.clojure.typed" % "annotator.jvm" % "1.0.1"

Advertisement