GroupId | GroupIdcom.github.siwenyan |
---|---|
ArtifactId | ArtifactIdpickle |
Version | Version1.20.1 |
Type | Typejar |
Filename | Size |
---|---|
pickle-1.20.1.pom | |
pickle-1.20.1.jar | 44 KB |
pickle-1.20.1-sources.jar | 21 KB |
pickle-1.20.1-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/pickle/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>pickle</artifactId>
<version>1.20.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/pickle/
implementation 'com.github.siwenyan:pickle:1.20.1'
// https://jarcasting.com/artifacts/com.github.siwenyan/pickle/
implementation ("com.github.siwenyan:pickle:1.20.1")
'com.github.siwenyan:pickle:jar:1.20.1'
<dependency org="com.github.siwenyan" name="pickle" rev="1.20.1">
<artifact name="pickle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='pickle', version='1.20.1')
)
libraryDependencies += "com.github.siwenyan" % "pickle" % "1.20.1"
[com.github.siwenyan/pickle "1.20.1"]