is not current version
Last Version 1.25.1

com.github.siwenyan:pickle 1.8

Cucumber Slices

GroupId

GroupId

com.github.siwenyan
ArtifactId

ArtifactId

pickle
Version

Version

1.8
Type

Type

jar

Download pickle 1.8


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