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