GroupId | GroupIdcom.github.siwenyan |
---|---|
ArtifactId | ArtifactIdpotluck_ext01 |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
potluck_ext01-1.9.0.pom | |
potluck_ext01-1.9.0.jar | 52 KB |
potluck_ext01-1.9.0-sources.jar | 26 KB |
potluck_ext01-1.9.0-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/potluck_ext01/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>potluck_ext01</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/potluck_ext01/
implementation 'com.github.siwenyan:potluck_ext01:1.9.0'
// https://jarcasting.com/artifacts/com.github.siwenyan/potluck_ext01/
implementation ("com.github.siwenyan:potluck_ext01:1.9.0")
'com.github.siwenyan:potluck_ext01:jar:1.9.0'
<dependency org="com.github.siwenyan" name="potluck_ext01" rev="1.9.0">
<artifact name="potluck_ext01" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='potluck_ext01', version='1.9.0')
)
libraryDependencies += "com.github.siwenyan" % "potluck_ext01" % "1.9.0"
[com.github.siwenyan/potluck_ext01 "1.9.0"]