GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-gems-bundle-resource |
Version | Version1.7.0 |
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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems-bundle-resource/
implementation 'com.github.pandafw:panda-gems-bundle-resource:1.7.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-gems-bundle-resource/
implementation ("com.github.pandafw:panda-gems-bundle-resource:1.7.0")
'com.github.pandafw:panda-gems-bundle-resource:jar:1.7.0'
<dependency org="com.github.pandafw" name="panda-gems-bundle-resource" rev="1.7.0">
<artifact name="panda-gems-bundle-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-gems-bundle-resource', version='1.7.0')
)
libraryDependencies += "com.github.pandafw" % "panda-gems-bundle-resource" % "1.7.0"
[com.github.pandafw/panda-gems-bundle-resource "1.7.0"]