GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-glue |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
panda-glue-1.5.3.pom | |
panda-glue-1.5.3.jar | 130 KB |
panda-glue-1.5.3-sources.jar | 143 KB |
panda-glue-1.5.3-javadoc.jar | 314 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-glue</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation 'com.github.pandafw:panda-glue:1.5.3'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation ("com.github.pandafw:panda-glue:1.5.3")
'com.github.pandafw:panda-glue:jar:1.5.3'
<dependency org="com.github.pandafw" name="panda-glue" rev="1.5.3">
<artifact name="panda-glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-glue', version='1.5.3')
)
libraryDependencies += "com.github.pandafw" % "panda-glue" % "1.5.3"
[com.github.pandafw/panda-glue "1.5.3"]