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

com.github.pandafw:panda-wear 1.5.0

Panda Wear is a module of the Panda Framework for quickly develop web application. Contains basic template classes that implement CRUD, user authentication, and some other useful classes.

Группа

Группа

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

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

panda-wear
Версия

Версия

1.5.0
Тип

Тип

jar

Скачать panda-wear 1.5.0


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