GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-gems |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
panda-gems-1.5.5.pom | |
panda-gems-1.5.5.jar | 171 KB |
panda-gems-1.5.5-sources.jar | 98 KB |
panda-gems-1.5.5-javadoc.jar | 571 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-gems/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-gems</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems/
implementation 'com.github.pandafw:panda-gems:1.5.5'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems/
implementation ("com.github.pandafw:panda-gems:1.5.5")
'com.github.pandafw:panda-gems:jar:1.5.5'
<dependency org="com.github.pandafw" name="panda-gems" rev="1.5.5">
<artifact name="panda-gems" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-gems', version='1.5.5')
)
libraryDependencies += "com.github.pandafw" % "panda-gems" % "1.5.5"
[com.github.pandafw/panda-gems "1.5.5"]