не последняя версия
Последняя версия 1.8.0

com.github.pandafw:panda-gear 1.5.3

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

Группа

Группа

com.github.pandafw
Идентификатор

Идентификатор

panda-gear
Версия

Версия

1.5.3
Тип

Тип

jar

Скачать panda-gear 1.5.3


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