is not current version
Last Version 1.5.3

com.github.pandafw:panda-tool 1.3.0

Panda Tool contains some commonly used tools and source code generator for Panda Mvc. Can generate Entity/Query/Dao/Action class, Freemarker (HTML) template file.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-tool
Version

Version

1.3.0
Type

Type

jar

Download panda-tool 1.3.0


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