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