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