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