MVN

io.github.pizihao : crow

Maven & Gradle

Feb 06, 2023
14 stars

crow · A black crow

<dependency>
    <groupId>io.github.pizihao</groupId>
    <artifactId>crow</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
crow-2.0.0
0.0.x
crow-0.0.9.3
crow-0.0.9.2
crow-0.0.9.1
crow-0.0.9
crow-0.0.8
crow-0.0.7
crow-0.0.6
crow-0.0.5
crow-0.0.4
crow-0.0.3.1
crow-0.0.3
crow-0.0.2
crow-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.pizihao</groupId>
    <artifactId>crow</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.pizihao:crow:2.0.0'

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

implementation("io.github.pizihao:crow:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.pizihao" % "crow" % "2.0.0"

Advertisement