| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pandafw |
| ArtifactId | ArtifactIdpanda-tool |
| Last Version | Last Version1.5.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPanda Tool
Panda Tool contains some commonly used tools and source code generator for Panda Mvc. It can generate Entity/Query/Dao/Action class, Freemarker (HTML) template file.
|
| Filename | Size |
|---|---|
| panda-tool-1.5.3.pom | |
| panda-tool-1.5.3.jar | 263 KB |
| panda-tool-1.5.3-sources.jar | 163 KB |
| panda-tool-1.5.3-javadoc.jar | 666 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-tool/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-tool</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-tool/
implementation 'com.github.pandafw:panda-tool:1.5.3'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-tool/
implementation ("com.github.pandafw:panda-tool:1.5.3")
'com.github.pandafw:panda-tool:jar:1.5.3'
<dependency org="com.github.pandafw" name="panda-tool" rev="1.5.3">
<artifact name="panda-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-tool', version='1.5.3')
)
libraryDependencies += "com.github.pandafw" % "panda-tool" % "1.5.3"
[com.github.pandafw/panda-tool "1.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.pandafw : panda-core | jar | 1.5.3 |
| com.github.pandafw : panda-gear | jar | 1.5.3 |
| org.apache.poi : poi-ooxml | jar | 3.10.1 |
| org.apache.poi : poi-ooxml-schemas | jar | 3.10.1 |
| org.apache.poi : poi-scratchpad | jar | 3.10.1 |
| org.apache.xmlbeans : xmlbeans | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |