is not current version
Last Version 1.25.1

com.github.siwenyan:pickle 1.4

Cucumber Slices

GroupId

GroupId

com.github.siwenyan
ArtifactId

ArtifactId

pickle
Version

Version

1.4
Type

Type

jar

Download pickle 1.4


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