is not current version
Last Version 1.8.0

com.github.pandafw:panda 1.5.3

Panda Framework is a Java development framework, it can help you quickly create a WEB application.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda
Version

Version

1.5.3
Type

Type

pom

Download panda 1.5.3

Filename Size
panda-1.5.3.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda/ -->
<dependency>
    <groupId>com.github.pandafw</groupId>
    <artifactId>panda</artifactId>
    <version>1.5.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda/
implementation 'com.github.pandafw:panda:1.5.3'
// https://jarcasting.com/artifacts/com.github.pandafw/panda/
implementation ("com.github.pandafw:panda:1.5.3")
'com.github.pandafw:panda:pom:1.5.3'
<dependency org="com.github.pandafw" name="panda" rev="1.5.3">
  <artifact name="panda" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda', version='1.5.3')
)
libraryDependencies += "com.github.pandafw" % "panda" % "1.5.3"
[com.github.pandafw/panda "1.5.3"]