MVN

org.cqfn : astranaut

Maven & Gradle

Oct 25, 2022
42 stars
<dependency>
    <groupId>org.cqfn</groupId>
    <artifactId>astranaut</artifactId>
    <version>0.2.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cqfn : astranaut to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.16

All Versions

Choose a version of org.cqfn : astranaut to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
astranaut-0.2.16
astranaut-0.2.15
astranaut-0.2.14
astranaut-0.2.13
astranaut-0.2.12
astranaut-0.2.11
astranaut-0.2.10
astranaut-0.2.9
astranaut-0.2.8
astranaut-0.2.7
astranaut-0.2.6
astranaut-0.2.5
astranaut-0.2.4
astranaut-0.2.3
astranaut-0.2.2
astranaut-0.2.1
0.2
astranaut-0.2
0.1.x
astranaut-0.1.5
astranaut-0.1.4

How to add a dependency to Maven

Add the following org.cqfn : astranaut maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cqfn</groupId>
    <artifactId>astranaut</artifactId>
    <version>0.2.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cqfn : astranaut gradle dependency to your build.gradle file:

implementation 'org.cqfn:astranaut:0.2.16'

Gradle Kotlin DSL: Add the following org.cqfn : astranaut gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cqfn:astranaut:0.2.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cqfn : astranaut sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cqfn" % "astranaut" % "0.2.16"

Advertisement