is not current version
Last Version 1.8.0

com.github.pandafw:panda-gear 1.5.0

Panda Gear is a module of the Panda Framework for quickly develop web application, similar to Spring-MVC, Struts2, contains some commonly used Taglib.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-gear
Version

Version

1.5.0
Type

Type

jar

Download panda-gear 1.5.0


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