| Группа | Группаcom.github.pandafw |
|---|---|
| Идентификатор | Идентификаторpanda |
| Версия | Версия1.3.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| panda-1.3.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda/
implementation 'com.github.pandafw:panda:1.3.1'
// https://jarcasting.com/artifacts/com.github.pandafw/panda/
implementation ("com.github.pandafw:panda:1.3.1")
'com.github.pandafw:panda:pom:1.3.1'
<dependency org="com.github.pandafw" name="panda" rev="1.3.1">
<artifact name="panda" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda', version='1.3.1')
)
libraryDependencies += "com.github.pandafw" % "panda" % "1.3.1"
[com.github.pandafw/panda "1.3.1"]