MVN

com.vvwyy : cowpea

Maven & Gradle

Dec 04, 2018

Cowpea · A Development Kit for Java

<dependency>
    <groupId>com.vvwyy</groupId>
    <artifactId>cowpea</artifactId>
    <version>cowpea</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vvwyy : cowpea to add to Maven or Gradle - Latest Versions:

  • Latest Stable: cowpea

All Versions

Choose a version of com.vvwyy : cowpea to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
cowpea
cowpea-cowpea
0.0.x
cowpea-0.0.2-BATE
cowpea-0.0.1-BATE

How to add a dependency to Maven

Add the following com.vvwyy : cowpea maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vvwyy</groupId>
    <artifactId>cowpea</artifactId>
    <version>cowpea</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vvwyy : cowpea gradle dependency to your build.gradle file:

implementation 'com.vvwyy:cowpea:cowpea'

Gradle Kotlin DSL: Add the following com.vvwyy : cowpea gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vvwyy:cowpea:cowpea")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vvwyy : cowpea sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vvwyy" % "cowpea" % "cowpea"