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