MVN

com.github.ansell.pellet : pellet-common

Maven & Gradle

Nov 25, 2013
1 usages

Pellet :: Common library · Pellet common library to fix circular dependencies in original code dump

<dependency>
    <groupId>com.github.ansell.pellet</groupId>
    <artifactId>pellet-common</artifactId>
    <version>2.3.6-ansell</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ansell.pellet : pellet-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.6-ansell

All Versions

Choose a version of com.github.ansell.pellet : pellet-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
pellet-common-2.3.6-ansell
pellet-common-2.3.4-ansell
pellet-common-2.3.3
pellet-common-2.3.2

How to add a dependency to Maven

Add the following com.github.ansell.pellet : pellet-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ansell.pellet</groupId>
    <artifactId>pellet-common</artifactId>
    <version>2.3.6-ansell</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ansell.pellet : pellet-common gradle dependency to your build.gradle file:

implementation 'com.github.ansell.pellet:pellet-common:2.3.6-ansell'

Gradle Kotlin DSL: Add the following com.github.ansell.pellet : pellet-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ansell.pellet:pellet-common:2.3.6-ansell")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ansell.pellet : pellet-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ansell.pellet" % "pellet-common" % "2.3.6-ansell"

Advertisement