is not current version
Last Version 2.3.6-ansell

com.github.ansell.pellet:pellet-common 2.3.2

Pellet common library to fix circular dependencies in original code dump

GroupId

GroupId

com.github.ansell.pellet
ArtifactId

ArtifactId

pellet-common
Version

Version

2.3.2
Type

Type

jar

Download pellet-common 2.3.2


<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-common/ -->
<dependency>
    <groupId>com.github.ansell.pellet</groupId>
    <artifactId>pellet-common</artifactId>
    <version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-common/
implementation 'com.github.ansell.pellet:pellet-common:2.3.2'
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-common/
implementation ("com.github.ansell.pellet:pellet-common:2.3.2")
'com.github.ansell.pellet:pellet-common:jar:2.3.2'
<dependency org="com.github.ansell.pellet" name="pellet-common" rev="2.3.2">
  <artifact name="pellet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-common', version='2.3.2')
)
libraryDependencies += "com.github.ansell.pellet" % "pellet-common" % "2.3.2"
[com.github.ansell.pellet/pellet-common "2.3.2"]