is not current version
Last Version 1.25.1

com.github.siwenyan:pickle 1.3

Cucumber Slices

GroupId

GroupId

com.github.siwenyan
ArtifactId

ArtifactId

pickle
Version

Version

1.3
Type

Type

jar

Download pickle 1.3


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